TdxCustomRibbon.Hidden Property
Gets whether the Ribbon is hidden.
Declaration
property Hidden: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The Ribbon is not displayed if the application window is less than 300 pixels wide and 250 pixels tall.
The Hidden property returns False if the Ribbon is currently shown in the application window. Otherwise, True.
See Also