Dialog_GetH

<< Click to Display Table of Contents >>

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

Dialog_GetH

 

Description

 

Retrieve height of a dialog.

 

Syntax

 

nValue = DIALOG_GetH(hwnd)

 

Returns

 

Numeric

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog

 

Remarks

 

Restrictions

 

See also

 

Examples