Intersoft WebDesktop Documentation
MenuItemType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : MenuItemType Enumeration


Glossary Item Box

Value representing the type of the MenuItem.

Syntax

Visual Basic (Declaration) 
Public Enum MenuItemType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As MenuItemType
C# 
public enum MenuItemType : System.Enum 

Members

MemberDescription
CheckBoxThe type of menu item is CheckBox.
CustomMenu item type can be customized.
Normal 
RadioThe type of menu item is Radio.
SeparatorThe type of menu item is Separator.
TemplateThe type of menu item is Template.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.MenuItemType

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.