AcadPopupMenuItem
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
BSTR Label( )
Specifies the content and formatting of menu items as they appear to the user
- TagString
BSTR TagString( )
Specifies the tag string of the object
- Enable
Boolean Enable( )
Enables the popup menu or toolbar item
- Check
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
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
BSTR HelpString( )
Specifies the help string for the toolbar, toolbar item, or menu item
Int EndSubMenuLevel( )
Specifies the submenu level for the menu item