BarID |
Gets the ID of the command bar. |
BuiltIn |
Gets whether the command bar is a built-in command bar or a command bar added by the user using the customize dialog. |
Closeable |
Gets/Sets a Boolean value indicating whether the command bar is closeable. If false, the command bar cannot be closed or hidden. |
CommandBars |
Reference to the parent CommandBars object. |
ContextMenuPresent |
Gets/Sets whether a command to hide/show the command bar is added to the context menu that is displayed when you right-click on any command bar. By default, all command bars are added to the context menu. |
Controls |
Gets the collection of controls on the command bar. |
Customizable |
Gets/Sets a Boolean value indicating whether the command bar is customizable. If false, this command bar cannot be customized. |
CustomizeDialogPresent |
Gets/Sets whether the toolbar appears in the Customization Dialog. |
DefaultButtonStyle |
Specifies the default style that will be applied to controls added to the toolbar. |
DoubleGripper |
Specifies whether menu items that are "checked" will have both a check mark and an image next to them in the popup menu. |
EnableAnimation |
Specifies whether to use animation effects with this command bar. |
hWnd |
Returns the handle of the command bar. |
Parent |
Gets the popup control representing the parent of the command bar. |
Position |
Gets/Sets the position of the command bar. |
SelectedControl |
Gets the currently selected control from a command bar. |
ShowExpandButton |
Shows or hides the Expand Button for the Command Bar. |
ShowGripper |
Hides/Shows the toolbar gripper. |
ShowTextBelowIcons |
Shows the caption below the control's icon. |
TextOrientation |
Gets or sets the text orientation inside the command bar. |
Title |
Gets/Sets the title of the command bar. |
Type |
Gets the type of the command bar. |
Visible |
Gets/Sets a boolean value indicating whether the command bar is visible. |
Width |
Gets/Sets the width of the toolbar when it is floating, displayed as a popup, or a mini toolbar. |