IMenuItem Interface
A single menu item in a standard Windows menu.

C# Syntax

public interface IMenuItem : HP.LFT.SDK.IMenuItemBase  
Public Properties
 NameDescription
PropertyExistsIndicates whether this menu item item exists. (Inherited from HP.LFT.SDK.IMenuItemBase)
PropertyHasSubMenuIndicates whether this menu item item contains a sub-menu. (Inherited from HP.LFT.SDK.IMenuItemBase)
PropertyIndexThe 1-based index of this menu item. (Inherited from HP.LFT.SDK.IMenuItemBase)
PropertyIsCheckedIndicates whether this menu item has a check mark displayed next to it. (Inherited from HP.LFT.SDK.IMenuItemBase)
PropertyIsEnabledIndicates whether this menu item item is currently enabled. (Inherited from HP.LFT.SDK.IMenuItemBase)
PropertyLabelThe menu item label as a string. If duplicate items exist, returns the index. (Inherited from HP.LFT.SDK.IMenuItemBase)
PropertyPathThe path of this menu item. (Inherited from HP.LFT.SDK.IMenuItemBase)
PropertySubMenuCountThe number of items contained in this menu item's sub-menu. (Inherited from HP.LFT.SDK.IMenuItemBase)
Top