Intersoft WebDesktop Documentation
MenuWindowType Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebMenuStyles Class : MenuWindowType Property


Glossary Item Box

Specifies the window type to be used as the menu container.

Syntax

Visual Basic (Declaration) 
Public Property MenuWindowType As PopupWindowType
Visual Basic (Usage)Copy Code
Dim instance As WebMenuStyles
Dim value As PopupWindowType
 
instance.MenuWindowType = value
 
value = instance.MenuWindowType
C# 
public PopupWindowType MenuWindowType {get; set;}

Remarks

The default value of MenuWindowType is Popup in order to preserve compatibility with previous version. If you would like to enable MenuAnimation you need to set MenuWindowType to Normal.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.