Bexel Manager API Documentation
Bexel.Api.IRibbonButton Interface Reference

Represents a button in the ribbon UI. More...

Inheritance diagram for Bexel.Api.IRibbonButton:
Bexel.Api.IRibbonElement

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...
 

Detailed Description

Represents a button in the ribbon UI.

Property Documentation

◆ Enabled

bool Bexel.Api.IRibbonButton.Enabled
getset

Gets or sets a value indicating whether the ribbon button can respond to user interaction.

◆ Image

Image Bexel.Api.IRibbonButton.Image
getset

Gets or sets the image that is displayed on the ribbon button.

◆ SmallImage

Image Bexel.Api.IRibbonButton.SmallImage
getset

Gets or sets the small image that is displayed on the ribbon button.

Event Documentation

◆ Click

EventHandler Bexel.Api.IRibbonButton.Click

Occurs when the ribbon button is clicked.