The following tables list the members exposed by RibbonToolHelper.
Name | Description | |
---|---|---|
CaptionProperty | Identifies the Caption attached dependency property which determines the caption of a tool. | |
HasCaptionProperty | Identifies the read-only HasCaption attached dependency property which determines if the CaptionProperty has been set for a given tool. | |
HasImageProperty | Identifies the read-only HasImage attached dependency property which determines if the ImageResolved property for a tool. | |
IdProperty | Identifies the Id attached dependency property which is used to uniquely identify related tools within a XamRibbon. | |
ImageResolvedProperty | Identifies the read-only ImageResolved attached dependency property which returns the large or small image of the tool depending on its current state. | |
IsOnQatProperty | Identifies the read-only IsOnQat attached dependency property which indicates if an instance of the tool is on the QuickAccessToolbar. | |
IsQatCommonToolProperty | Identifies the IsQatCommonTool attached dependency property which is used to | |
KeyTipProperty | Identifies the KeyTip attached dependency property which is used to identify the tool when navigating within a XamRibbon using its keytips. | |
LargeImageProperty | Identifies the LargeImage attached dependency property which determines the large image that represents the tool. | |
SizingModeProperty | Identifies the read-only SizingMode attached dependency property which indicates the current size of given tool within a RibbonGroup. | |
SmallImageProperty | Identifies the SmallImage attached dependency property which determines the small image that represents the tool. |
Name | Description | |
---|---|---|
GetCaption | Gets the string caption associated with a given XamRibbon tool. | |
GetHasCaption | Returns a boolean indicating if the CaptionProperty has been set for a given tool. | |
GetHasImage | Returns a boolean indicating if the tool has an image associated with it. | |
GetId | Gets the string used to uniquely identify instances of the same logical tool within the XamRibbon | |
GetImageResolved | Returns the resolved image for a given tool within the XamRibbon | |
GetIsOnQat | Returns a boolean indicating if an instance of the tool is on the QuickAccessToolbar. | |
GetIsQatCommonTool | Returns true if the tool should be shown in the list of 'common tools' displayed in the Quick Customize Menu of the QuickAccessToolbar. | |
GetKeyTip | Returns a string used when navigating the XamRibbon when using keytips. | |
GetLargeImage | Returns the image that should be used when the tool is in its large state. | |
GetSizingMode | Returns the current sizing mode of a tool within a RibbonGroup | |
GetSmallImage | Returns the image that should be used when the tool is in its normal state. | |
SetCaption | Sets the strings caption for a given XamRibbon tool | |
SetId | Provides the string used to uniquely identify instances of the same logical tool within the XamRibbon | |
SetIsQatCommonTool | Determines if the specified tool is shown in the list of 'common tools' displayed in the Quick Customize Menu of the QuickAccessToolbar. | |
SetKeyTip | Sets the string with a maximum length of 3 characters that is used when navigating the XamRibbon when using keytips. | |
SetLargeImage | Sets the image that should be used when the tool is in its large state. | |
SetSmallImage | Sets the image that should be used when the tool is in its normal state. |