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