CONTROL SET CLIENT

<< Click to Display Table of Contents >>

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

CONTROL SET CLIENT

 

Description

 

Change the size of a control using a specific client area size.

 

Syntax

 

CONTROL SET CLIENT hwnd, ctrlID, width, height

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hwnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier assigned to the control during CONTROL ADD ...

width

Number

No

The new width of the control client area.

height

Number

No

The new height of the control client area.

 

Remarks

 

Restrictions

 

See also

 

Examples