Bexel Manager API Documentation
|
Represents a button in the ribbon UI. More...
Properties | |
bool | Enabled [get, set] |
Gets or sets a value indicating whether the ribbon button can respond to user interaction. More... | |
Image | Image [get, set] |
Gets or sets the image that is displayed on the ribbon button. More... | |
Image | SmallImage [get, set] |
Gets or sets the small image that is displayed on the ribbon button. More... | |
Properties inherited from Bexel.Api.IRibbonElement | |
string | Name [get, set] |
Gets or sets the name of the ribbon element. More... | |
string | Text [get, set] |
Gets or sets the text of the ribbon element. More... | |
bool | Visible [get, set] |
Gets or sets a value indicating ribbon element visibility. More... | |
string | ToolTipText [get, set] |
Gets or sets the tooltip text of the ribbon element. More... | |
Events | |
EventHandler | Click |
Occurs when the ribbon button is clicked. More... | |
Represents a button in the ribbon UI.
|
getset |
Gets or sets a value indicating whether the ribbon button can respond to user interaction.
|
getset |
Gets or sets the image that is displayed on the ribbon button.
|
getset |
Gets or sets the small image that is displayed on the ribbon button.
EventHandler Bexel.Api.IRibbonButton.Click |
Occurs when the ribbon button is clicked.