Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > Dedicated Control Functions > Splitter control > Splitter_SetSplitPos |
|
Description
Define the position of the splitter bar in pixels.
Syntax
n = Splitter_SetSplitPos (hwnd, ctrlID, PixelPos)
Returns
Number
Previous position.
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
PixelPos |
Number |
No |
Pixels position (from the left or upper edge) where to set the split bar |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |