| | Name | Description |
 | AccessKey | Gets or sets the access character key (mnemonic) for this item. The access key will appear as underline automatically. |
 | AutoPostBack | Specifies whether the control should cause postback automatically when clicked. When set to Default, it will use the AutoPostBack value specified in Control level. |
 | Checked | Gets or sets whether this menu item is checked. This property is only applicable to menu item which Type is either Radio or CheckBox. |
 | Enabled | Specifies whether this menu item is enabled or not. |
 | GroupName | Gets or sets the name for radio menu item which should appear in the same group. |
 | IconViewDisplayMode | Gets or sets the display mode when the menu is operating in IconView mode. |
 | ImageURL | Gets or sets the image URL displayed for this menu item. |
 | IsPredefinedItem | Indicates whether this menu item is a predefined item. This flag is used to mark built-in menu items used in other Intersoft's products. |
 | Items | Gets the collection containing WebMenuItem objects for this item's sub menu. |
 | KeepMenuVisible | Indicates whether the menu which owns this item should be kept visible after clicked. |
 | Name | Overridden. Gets or sets the name of WebMenuItem. |
 | OnClick | Gets or sets the javascript function to invoke when this menu item is clicked. |
 | PredefinedId | The predefined identifier for this item. |
 | Shortcut | Gets or sets the shortcut key for this menu item, which will invoke the associated command when pressed. |
 | SubMenu | Gets the WebMenu object for the SubMenu of this menu item. |
 | Tag | Gets or sets custom information specific to this item. |
 | TargetFrame | Gets or sets the target frame where the URL specified in TargetURL should be displyaed. |
 | TargetURL | Gets os sets the target URL which will be invoked when this menu is clicked. |
 | Text | Gets or sets the text displayed for this menu item. |
 | Tooltip | Gets or sets the tooltip that will be displayed when mouse is over this menu item. |
 | Type | Gets or sets the type of the MenuItem. |
 | UseFontImage | Indicates whether font should be used as replacement for Image. When set to True, the text specified in ImageURL will be rendered using WebDings font. |
 | Visible | Gets or sets a value that indicates whether a Command is visibled. |