IRibbonCommandUIProvider Interface
Provides the core user interface data for all ribbon controls that use a certain command.
public interface IRibbonCommandUIProvider
Properties
ImageSourceLarge
Gets the ImageSource for the 32x32 image that will be displayed for controls that use this command.
ImageSource ImageSourceLarge { get; }
Property Value
- ImageSource:
The ImageSource for the 32x32 image that will be displayed for controls that use this command.
ImageSourceSmall
Gets the ImageSource for the 16x16 image that will be displayed for controls that use this command.
ImageSource ImageSourceSmall { get; }
Property Value
- ImageSource:
The ImageSource for the 16x16 image that will be displayed for controls that use this command.
KeyTipAccessText
Gets the key tip access text that will be displayed for controls that use this command.
string KeyTipAccessText { get; }
Property Value
- string:
The key tip access text that will be displayed for controls that use this command.
Label
Gets the text label that will be displayed for controls that use this command.
string Label { get; }
Property Value
- string:
The text label that will be displayed for controls that use this command.
ScreenTipDescription
Gets the description object that will be displayed in screen tips for controls that use this command.
object ScreenTipDescription { get; }
Property Value
- object:
The description object that will be displayed in screen tips for controls that use this command.
ScreenTipFooter
Gets the footer object that will be displayed in screen tips for controls that use this command.
object ScreenTipFooter { get; }
Property Value
- object:
The footer object that will be displayed in screen tips for controls that use this command.
ScreenTipHeader
Gets the header object that will be displayed in screen tips for controls that use this command.
object ScreenTipHeader { get; }
Property Value
- object:
The header object that will be displayed in screen tips for controls that use this command.
ScreenTipHelpUri
Gets or sets the System.Uri specifying the location of context-sensitive help related to controls that use this command
when a screen tip is displayed and F1
is pressed.
Uri ScreenTipHelpUri { get; set; }
Property Value
- Uri:
The System.Uri specifying the location of context-sensitive help related to controls that use this command when a screen tip is displayed and
F1
is pressed.
ScreenTipImageSource
Gets the ImageSource for the image that will be displayed in screen tips for controls that use this command.
ImageSource ScreenTipImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the image that will be displayed in screen tips for controls that use this command.