[Overview][Constants][Types][Classes][Index] |
TCTabControlOption - Show the close button on a tab, allow multi-line tabs
Source position: comctrls.pp line 338
type TCTabControlOption = ( |
||
nboShowCloseButtons, |
|
|
nboMultiLine, |
|
|
nboHidePageListPopup, |
||
nboKeyboardTabSwitch, |
||
nboShowAddTabButton |
||
); |