The type of the ribbon property of the TXTextControl object. Provides functions and properties for manipulating the control's ribbon bar.

Syntax

{
   selectedTab: <string>,
   minimize: <function>,
   expand: <function>
}

Introduced: X14.

Methods

Method Description
expand Expands the ribbon bar if it is currently minimized.
minimize Minimizes the ribbon bar so that only the tab names stay visible.

Properties

Property Description
selectedTab Gets or sets the currently selected ribbon tab name.