TcxCustomTabControlProperties.NewButtonMode Property
In This Article
Specifies the New tab button‘s display options.
#Declaration
Delphi
property NewButtonMode: TcxPCNewButtonMode read; write; default nbmNone;
#Property Value
Type | Default |
---|---|
Tcx |
nbm |
#Remarks
New tab button display options include:
Value | Meaning |
---|---|
nbm |
The new tab button is hidden. |
nbm |
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