| Visual Basic (Declaration) | |
|---|---|
Public Enum MenuItemType Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MenuItemType | |
| C# | |
|---|---|
public enum MenuItemType : System.Enum | |
| Member | Description |
|---|---|
| CheckBox | The type of menu item is CheckBox. |
| Custom | Menu item type can be customized. |
| Normal | |
| Radio | The type of menu item is Radio. |
| Separator | The type of menu item is Separator. |
| Template | The type of menu item is Template. |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.MenuItemType
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