Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > Dedicated Control Functions > Splitter control > Splitter_SetPanes |
|
Description
Define which control are to be placed into splitter panes.
Syntax
Splitter_SetPanes (hwnd, ctrlID, ctrlID_1, ctrlID_2)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
ctrlID_1 |
Number |
No |
ID of the control to be placed into the left pane (for vertical splitter) or the upper pane (for horizontal splitter) |
ctrlID_2 |
Number |
No |
ID of the control to be placed into the right pane (for vertical splitter) or the lower pane (for horizontal splitter) |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |