DIALOG SET MINCLIENTSIZE

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands >

DIALOG SET MINCLIENTSIZE

 

Description

 

Set the minimum width/height window client area size.

 

Syntax

 

DIALOG SET MINCLIENTSIZE hwnd, Width, Height

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hwnd

Number

No

Handle of the dialog

Width

Number

No

Minimum client area width

Height

Number

No

Minimum client area height

 

Remarks

 

If the UNITS option was used when the dialog was created (see DIALOG NEW ...), Width and Height are intended to be expressed in dialog units. otherwise PIXELS.

 

Restrictions

 

See also

 

Examples