<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > StatusBar Control > StatusBar Control Creation > CONTROL ADD STATUSBAR > STATUSBAR Style |
Equates for STATUSBAR Control Style.
Symbol |
Meaning |
%CCS_TOP |
The StatusBar is placed at the top of the dialog. |
%CCS_BOTTOM |
The StatusBar is placed at the bottom of the dialog. |
%SBARS_SIZEGRIP |
A sizegrip is added to the StatusBar. |
%SBARS_TOOLTIPS |
Use this style to enable tooltips. |