Bexel Manager API Documentation
Bexel.Api.IRibbonElement Interface Reference

Represents an element in the ribbon UI. More...

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

Properties

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

Detailed Description

Represents an element in the ribbon UI.

Property Documentation

◆ Name

string Bexel.Api.IRibbonElement.Name
getset

Gets or sets the name of the ribbon element.

◆ Text

string Bexel.Api.IRibbonElement.Text
getset

Gets or sets the text of the ribbon element.

◆ ToolTipText

string Bexel.Api.IRibbonElement.ToolTipText
getset

Gets or sets the tooltip text of the ribbon element.

◆ Visible

bool Bexel.Api.IRibbonElement.Visible
getset

Gets or sets a value indicating ribbon element visibility.