C# Syntax
public interface IMenuItemBase
Name | Description | |
---|---|---|
Exists | Indicates whether this menu item item exists. | |
HasSubMenu | Indicates whether this menu item item contains a sub-menu. | |
Index | The 1-based index of this menu item. | |
IsChecked | Indicates whether this menu item has a check mark displayed next to it. | |
IsEnabled | Indicates whether this menu item item is currently enabled. | |
Label | The menu item label as a string. If duplicate items exist, returns the index. | |
Path | The path of this menu item. | |
SubMenuCount | The number of items contained in this menu item's sub-menu. |