| Name | Description |
 | Bounds | Returns the location and size of the command in screen coordinates. |
 | Caption | Returns/sets the caption to be displayed for this Command. |
 | Category | Returns/sets the Category to which this Command belongs. |
 | CustomizerCaption | Returns/sets a string of text that appears in the run-time Customizer dialog's Commands list. |
 | CustomizerDescription | Returns/sets a string of text that is a detailed description of this command in the customizer. |
 | DefaultSize | Returns the default size of this command. |
 | Description | Returns/sets the description (displayed in status bar) for this Command. |
 | DisplayStyle | Returns/sets the display style (DisplayStyle) for this Command. |
 | Enabled | Returns/sets whether the Command is enabled. |
 | FontBold | Returns/sets the font bold property of the root or instance tool. |
 | Height | Returns the height of this command. |
 | Image | Returns/sets the image or image index (into the CommandManager's ImageListSmall bitmap strip) for this Command. |
 | ImageLarge | Returns/sets the large image or image index (into the CommandManager's ImageListLarge bitmap strip) for this Command. |
 | Index | Returns the index of this command in the command manager's Commands collection. |
 | IsActiveTool | Returns/sets whether this command is the active command. |
 | IsControlContainer | Returns whether this command is a container command that can contain other controls. |
 | IsFirstInGroup | Returns/sets whether a separator bar is displayed preceeding this Command. The Command must be an "instance" Command (i.e., a command that appears on a menu or toolbar). |
 | IsRootTool | Returns whether this command is a command in the command manager's Commands collection. |
 | Key | Returns the unique string identifier for this Command. |
 | Persist | Returns/sets whether this command is to be persisted when the application closes (to prevent MDI window commands from being persisted). |
 | Priority | Returns/sets a value that determines which tools are shown on a toolbar when there is not enough room (lower priority commands are hidden first). |
 | RecentlyUsed | Returns/sets whether the Command is a recently-used Command. The Command must be an "instance" Command (i.e., a command that appears on a menu or toolbar). |
 | Shortcut | Returns/sets the keyboard shortcut (accelerator key) for this Command. |
 | ShowInCustomizer | Returns/sets whether the Command can be shown in the customizer dialog. |
 | Tooltip | Returns/sets the tooltip to be displayed for this Command. |
 | Visible | Returns/sets whether the Command is visible. |
 | VisibleInstance | Returns whether any CommandBar instance of this tool is currently visible. |
 | Width | Returns/sets the width of the Command depending on whether it is a root Command or an "instance" (PopupMenuCommand or CommandBar item) Command. |