IAcadPopupMenuItem
A single menu item on a pull-down menu
Supported Platforms: Windows only
                            
Object Inheritance
Members
These members are part of this object:
Properties- Application
 
- Parent
 
- Label
 
- TagString
 
- Enable
 
- Check
 
- Type
 
- SubMenu
 
- Macro
 
- Index
 
- Caption
 
- HelpString
 
- EndSubMenuLevel
 
 
- Delete()
 
Void Delete( )
                                                
Deletes a specified object
 
 
- Application [ReadOnly]
 
IAcadApplication* Application( )
                                                
Gets the Application object
 
 
- Parent [ReadOnly]
 
IAcadPopupMenu* Parent( )
                                                
Gets the parent of the object
 
 
- Label [ReadOnly]
 
BSTR Label( )
                                                
Specifies the content and formatting of menu items as they appear to the user
 
 
- TagString [ReadOnly]
 
BSTR TagString( )
                                                
Specifies the tag string of the object
 
 
- Enable [ReadOnly]
 
Boolean Enable( )
                                                
Enables the popup menu or toolbar item
 
 
- Check [ReadOnly]
 
Boolean Check( )
                                                
Specifies the check status for the popup menu item
 
 
- Type [ReadOnly]
 
AcMenuItemType Type( )
                                                
Specifies type of a Leader, MenuGroup, PopupMenuItem, ToolbarItem, Polyline, or PolygonMesh object
 
 
IAcadPopupMenu* SubMenu( )
                                                
Gets the popup menu associated with a sub menu
 
 
- Macro [ReadOnly]
 
BSTR Macro( )
                                                
Specifies the macro for the menu or toolbar item
 
 
- Index [ReadOnly]
 
Int Index( )
                                                
Specifies the index of the menu or toolbar item
 
 
- Caption [ReadOnly]
 
BSTR Caption( )
                                                
Gets the text that the user sees displayed for the application or a menu item
 
 
- HelpString [ReadOnly]
 
BSTR HelpString( )
                                                
Specifies the help string for the toolbar, toolbar item, or menu item
 
 
Int EndSubMenuLevel( )
                                                
Specifies the submenu level for the menu item