IMenuItemBase Interface
Base interface for all MenuItem interfaces in SDK.

C# Syntax

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