Description
Gets whether the RibbonBar control is minimized or not.
Applies to
Syntax
controlname.IsMinimized ( )
Return value
Boolean.
Returns TRUE if it is minimized and FALSE if it is not minimized.
Usage
When the RibbonBar control is minimized, only the application button title, the category title, and the tab header will be displayed.
Examples
Boolean lb_IsMini lb_IsMini = rbb_1.IsMinimized()
See also