2024 Class
Changes 0
C

PushButtonData

Description:
This class contains information necessary to construct a push button in the Ribbon.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.RibbonItemData
    Autodesk.Revit.UI.ButtonData
      Autodesk.Revit.UI.PushButtonData
        Autodesk.Revit.UI.ToggleButtonData
public class PushButtonData : ButtonData
Name Return Type Description Inherited From
C PushButtonData(String, String, String, String) None Constructs a new instance of PushButtonData.
Name Return Type Description Inherited From
M GetContextualHelp() nullNothingnullptr Gets the contextual help bound with this control. RibbonItemData
M SetContextualHelp(ContextualHelp) None Sets the contextual help bound with this button data. RibbonItemData
Name Return Type Description Inherited From
P AssemblyName string The assembly path of the button.
P AvailabilityClassName string The full class name for the class providing the entry point to decide availability of this push button.
P ClassName string The name of the class containing the implementation for the command.
P LongDescription string Long description of the command tooltip RibbonItemData
P Name string The name of the item. RibbonItemData
P ToolTipImage ImageSource The image to show as a part of the button extended tooltip RibbonItemData
P ToolTip string The description that appears as a ToolTip for the item. RibbonItemData
P Image ImageSource The image of the button. ButtonData
P LargeImage ImageSource The large image of the button. ButtonData
P Text string The user-visible text of the button. ButtonData