[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TCTabControlOption - Show the close button on a tab, allow multi-line tabs
Source position: comctrls.pp line 361
type TCTabControlOption = ( |
||
nboShowCloseButtons, |
|
|
nboMultiLine, |
|
|
nboHidePageListPopup, |
||
nboKeyboardTabSwitch, |
||
nboShowAddTabButton, |
||
nboDoChangeOnSetIndex |
||
); |
lazarus-ccr.sourceforge.net |