Navigation:  thinBasic Modules > UI (User Interface) > CONTROLs >

CONTROL GET CLIENT

Previous pageReturn to chapter overviewNext page

 

Description

 

Get the client size of a control.

 

Syntax

 

CONTROL GET CLIENT hwnd, ctrlID TO VarWidth, VarHeight

 

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 ...

VarWidth

Variable

No

A single numeric variable that will get the client width of the control.

VarHeight

Variable

No

A single numeric variable that will get the client height of the control.

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com