Splitter_SetPanes

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Splitter Control > Splitter Control Commands >

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