TcxCustomTabControlProperties.NewButtonMode Property
Specifies the New tab button‘s display options.
Declaration
property NewButtonMode: TcxPCNewButtonMode read; write; default nbmNone;
Property Value
Type | Default |
---|---|
TcxPCNewButtonMode | nbmNone |
Remarks
New tab button display options include:
Value | Meaning |
---|---|
nbmNone | The new tab button is hidden. |
nbmTab | The new tab button is displayed as a tab header that resides next to the last tab. |
The default value of the NewButtonMode property is nbmNone.
See Also