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