|  | Name | Description | 
|---|
|  | Caption | Serializes whether this instance Command does not use the default (shared) caption. | 
|  | CaptionSpecified | Returns/sets whether the optional Caption attribute should be persisted. | 
|  | CustomCaption | Serializes the optional user-specified custom caption for a command. | 
|  | CustomCaptionSpecified | Returns/sets whether an optional user-specified custom caption should be persisted. | 
|  | CustomDisplayStyle | Serializes the custom display style for a command. | 
|  | CustomDisplayStyleSpecified | Returns/sets whether an optional custom display style should be persisted. | 
|  | CustomIsFirstInGroup | Serializes the custom IsFirstInGroup flag for a command. | 
|  | CustomIsFirstInGroupSpecified | Returns/sets whether an optional custom IsFirstInGroup flag should be persisted. | 
|  | CustomRecentlyUsed | Serializes the custom recently-used for a command. | 
|  | CustomRecentlyUsedSpecified | Returns/sets whether an optional custom RecentlyUsed flag should be persisted. | 
|  | CustomVisible | Serializes the custom visible attribute for a command. | 
|  | CustomVisibleSpecified | Returns/sets whether an optional custom visible should be persisted. | 
|  | DisplayStyle | Serializes the display style (optional attribute) of this Command object. | 
|  | DisplayStyleSpecified | Returns/sets whether the optional DisplayStyle attribute should be persisted. | 
|  | IsFirstInGroup | Serializes whether a separator bar is shown before this Command. | 
|  | IsFirstInGroupSpecified | Returns/sets whether the optional IsFirstInGroup attribute should be persisted. | 
|  | Key | Serializes the unique key used to find this Command in the CommandManager's list of Commands. | 
|  | LocateBefore | Deserializes the key of the command item this item should be located before. | 
|  | LocateBeforeSpecified | Returns whether the optional LocateBefore attribute has been specified. | 
|  | RecentlyUsed | Serializes the recently-used for a command. | 
|  | RecentlyUsedSpecified | Returns/sets whether the optional RecentlyUsed flag should be persisted. | 
|  | Width | Serializes the instance properties width (optional attribute) of this Command object. | 
|  | WidthSpecified | Returns/sets whether the optional instance properties Width attribute should be persisted. |