Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ScriptRibbonButton object is used to encapsulate the buttons that are displayed on ScriptRibbonPage objects created by addons. They can be bound to methods in an addon script such that when a button is clicked, the method it is bound to be executed.

Properties

  • GroupName (Read Only): The name of the of the group the button is in. This text is displayed at the bottom of the group that contains the button.
  • Name (Read Only): The name of the button and the text that is displayed on it.

Methods

  • None