Bexel Manager API Documentation
Bexel.Api.IRibbonGroup Interface Reference

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

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

Properties

bool Enabled [get, set]
 Gets or sets a value indicating whether the ribbon group can respond to user interaction. 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...
 

Detailed Description

Represents a group in the ribbon UI.

Property Documentation

◆ Enabled

bool Bexel.Api.IRibbonGroup.Enabled
getset

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