Click or drag to resize

ButtonInformation Class

Defines information about a ribbon button.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.PluginsButtonInformation

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ButtonInformation

The ButtonInformation type exposes the following members.

Constructors
 NameDescription
Public methodButtonInformationInitializes a new instance of the ButtonInformation class
Top
Properties
 NameDescription
Public propertyActive Gets or sets a value indicating whether the button is active.
Public propertyButtonTitle Gets or sets the button title.
Public propertyCallback Gets or sets the callback to use when the user clicks the button.
Public propertyStatic memberDefaultImage Gets a default image for buttons.
Public propertyImage Gets or sets a button image data, typically in PNG format.
Public propertyPanelTitle Gets or sets the title of the panel that the button is shown in.
Public propertyTabTitle Gets or sets the title of the tab that the button is shown in.
Top
See Also