You are here: Plugin API > Library Reference > IHost Interface > IRibbonControlData Interface
IRibbonControlData Interface
The IRibbonControlData interface gives users an object template for data binding to Ribbon controls.
Properties
- bool CanAddToQuickAccessToolBarDirectly - Gets and sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.
- ICommand Command - Gets and sets the command to execute.
- string Font - Gets and sets the font.
- bool IsChecked - Gets and sets a value that indicates whether this control is checked.
- string KeyTip - Gets and sets the key tip value.
- string Label - Gets and sets the label.
- string MenuLabel - Gets and sets the menu label.
- ImageSource LargeImage - Gets and sets the large image (32x32).
- bool ShouldExecuteCommand - Gets and sets the value indicating whether the command should be executed.
- ImageSource SmallImage - Gets and sets the small image (16x16).
- string ToolTipDescription - Gets and sets the tool tip description.
- string ToolTipFooterDescription- Gets and sets the tool tip footer description.
- Uri ToolTripFooterImage- Gets and sets the tool tip footer image.
- string ToolTipFooterTitle- Gets and sets the tool tip footer title.
- Uri ToolTipImage- Gets and sets the tool tip image.
- string ToolTipTitle - Gets and sets the tool tip title.
- object Value- Gets and sets the value.