<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Splitter Control > Splitter Control Commands > Splitter_SetBarSize |
Description
Define the size in pixels of the splitter bar.
Syntax
n = Splitter_SetBarSize (hwnd, ctrlID, NewBarSize)
Returns
Number
Previous bar size.
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
NewBarSize |
Number |
No |
New splitter bar size in pixels. Default value is 5 pixels |
Remarks
Restrictions
See also
Examples