BCGSoft.Shared Namespace : CommandObjectParams Structure |
The following tables list the members exposed by CommandObjectParams.
Name | Description | |
---|---|---|
![]() | CommandObjectParams Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CurrentImageSize | Object's image size. |
![]() | GlobalTextHeight | Global (application-wide, usually defined by the current VisualManager) text height. |
![]() | IgnoreLargeIconsMode | Specifies whether the command object's image should be stretched in the Large Image mode. Ususally in the Large Image mode all icons are enlarged. |
![]() | ShowTextWithDescription | Specifies whether the text of menu item is diplayed along with description. |
![]() | SmartMode | Specifies whether the parent command bar of command object works in the "Smart" mode. "Smart" mode ususally is turned on in Ribbon-based applicatins. |
![]() | UseLargeImage | In Ribbon-based application a command object may have two images - Small and Large. Small image is displayed in collapsed state (usually this image is 16x16 pixels). Large image is displayed in expanded state (usually this imnage is 32x32 pixels). |