RibbonItemData
Description:
Base class used to contain information necessary to construct a RibbonItem in the Ribbon.
Base class used to contain information necessary to construct a RibbonItem in the Ribbon.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.RibbonItemData
Autodesk.Revit.UI.ButtonData
Autodesk.Revit.UI.ComboBoxData
Autodesk.Revit.UI.ComboBoxMemberData
Autodesk.Revit.UI.RadioButtonGroupData
Autodesk.Revit.UI.TextBoxData
System.Object
Autodesk.Revit.UI.RibbonItemData
Autodesk.Revit.UI.ButtonData
Autodesk.Revit.UI.ComboBoxData
Autodesk.Revit.UI.ComboBoxMemberData
Autodesk.Revit.UI.RadioButtonGroupData
Autodesk.Revit.UI.TextBoxData
public class RibbonItemData
| Name | Return Type | Description |
|---|---|---|
| GetContextualHelp() | nullNothingnullptr | Gets the contextual help bound with this control. |
| SetContextualHelp(ContextualHelp) | None | Sets the contextual help bound with this button data. |
| Name | Return Type | Description |
|---|---|---|
| LongDescription | string | Long description of the command tooltip |
| Name | string | The name of the item. |
| ToolTipImage | ImageSource | The image to show as a part of the button extended tooltip |
| ToolTip | string | The description that appears as a ToolTip for the item. |