2024 Class
Changes 4
C

RibbonItemData

Description:
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
public class RibbonItemData
Name Return Type Description
M GetContextualHelp() nullNothingnullptr Gets the contextual help bound with this control.
M SetContextualHelp(ContextualHelp) None Sets the contextual help bound with this button data.
Name Return Type Description
P LongDescription string Long description of the command tooltip
P Name string The name of the item.
P ToolTipImage ImageSource The image to show as a part of the button extended tooltip
P ToolTip string The description that appears as a ToolTip for the item.