TdxRibbonContext.Caption Property
In This Article
Specifies the text of a contextual tab label associated with the current context.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use the Visible property or the Activate method to specify the visibility of the contextual tab label.
See Also