| Caption |  |
Set or get the caption for a menu entry or a toolbar button.
|
| Controls |  |
Returns the Controls collection, which contains child objects derived from McCommandBarControl.
|
| Enabled |  |
Get or set whether a menu entry or a toolbar button is enabled or not.
|
| Flags |  |
Get or set mcCommandBarControlImageFlags flags for a control.
|
| Icon |  |
Set or get the icon for a menu item, a toolbar button or a shortcut.
|
| ID |  |
Returns the id for this object.
|
| License |  |
Returns the license string for this control.
|
| OnAction |  |
Get or set the VBA code executed when a button is pressed or a menu selected.
|
| Parent |  |
Returns the parent (menu or toolbar) of this control, as defined in the .mnu file.
|
| Record |  |
Get or set whether OnAction will be automatically recorded when this control is pressed or selected.
|
| Selected |  |
Get or set the selected state of a control.
|
| Source |  |
Returns the IXMLDOMNode object used to define this control in Load.
|
| Tag |  |
Get or set a user-defined value associated with this object.
|
| TooltipText |  |
Get or set the tooltip text for menus and toolbar buttons.
|
| Type |  |
Returns the McCommandBarControl type as defined in the .mnu file.
|
| Visible |  |
Get or set the visibility of a control.
|