MenuCommand Properties
| ClassName | Description Gets the object class name. ValueType String Default Value MenuCommand |
| AutoPostBack | Description Gets or sets a value that indicates whether a Command is autopostback. ValueType String Default Value No |
| DisplayToolTip | Description Gets a value that indicates whether command tooltip is displayed. ValueType String Default Value Default |
| ToolTip | Description Specifies command tooltip. ValueType String Default Value Empty String |
| TextAlign | Description Gets the Command text align type. ValueType String Default Value Default |
| DisplayMode | Description Gets the Command display mode. ValueType String Default Value Default |
| IsEnabled | Description Gets a value that indicates whether a Command is enabled. ValueType String Default Value Default |
| Visible | Description Gets a value that indicates whether a Command is visibled. ValueType String Default Value Default |
| Image | Description Specifies command image file name. ValueType String Default Value null |
| Text | Description Specifies command text. ValueType String Default Value null |
| Type | Description Gets command type. ValueType String Default Value Normal |
| Name | Description Gets or sets command name ValueType String Default Value no default |
| Index | Description Gets command index. ValueType Number Default Value -1 |
| ImageSize | Description Specifies the Command image size. ValueType UnitSize object Default Value 16,16 |
| AccessKey | Description Gets the keyboard shortcut key for setting focus to the Command. ValueType string Default Value |
| Menu | Description Gets or sets command menu implementation. ValueType WebMenu object Default Value null |
| Items | Description Gets command menu item collection. ValueType WebMenuItemCollection object Default Value null |
| SelectedMenuItem | Description Gets selected menu item. ValueType WebMenu object. Default Value null |
MenuCommand Methods
| SetDisplayToolTip | Description Sets Command display tooltip Parameters
| |
| Clone | Description Clone Command Parameters
| |
| SetVisible | Description Sets Command visibility. Parameters
| |
| UpdateUI | Description Apply immediately command UI changes. Parameters
| |
| Reset | Description Reset MenuCommand setting to original setting. Parameters Remarks
| |
| SetIsEnabled | Description Sets Command to be enabled. Parameters
| |
| OnClick | Description Emulate onclick event programmatically. Parameters Remarks
| |
| OnPostBackClick | Description Emulate onpostbackclick event programmatically. Parameters Remarks
| |
| Select | Description Sets active and highlight this menu item. Parameters Remarks
| |
| GetPreviousNormalMenu | Description Gets previous menu item. Parameters Remarks
| |
| GetNextNormalMenu | Description Gets next menu item. Parameters Remarks
|