TAB Style

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Tab Control > Tab Control Creation > CONTROL ADD TAB >

TAB Style

 

Equates for TAB Control Style.

 

Symbol

Meaning

%TCS_BOTTOM

Tabs are placed at the bottom

%TCS_RIGHT

Tabs are placed at the right side

%TCS_FORCEICONLEFT

Icons are forced to the left

%TCS_FORCELABELLEFT

Labels are forced to the left

%TCS_VERTICAL

Tabs are placed vertically.

%TCS_SINGLELINE

Displays one row of tabs

%TCS_RIGHTJUSTIFY

Tabs fill the entire width of the control

%TCS_FIXEDWIDTH

All tabs are the same size

%TCS_RAGGEDRIGHT

Tabs are not stretched

%TCS_FOCUSONBUTTONDOWN

Tabs receive the focus when clicked

%TCS_OWNERDRAWFIXED

Parent window is responsible for drawing tabs

%TCS_TOOLTIPS

A Tooltip control is associated with the control

%TCS_FOCUSNEVER

Tab never receives the focus