TdxRibbonTab.Active Property
Specifies whether the currently processed tab is active.
Declaration
property Active: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the Active property to True to select the tab. Otherwise, it will be inactive.
Note that if an invisible tab is activated, it automatically becomes visible (the tab’s Visible property is set to True).
The default value of the Active property is False.
See Also