<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > Dialog_GetY |
Description
Retrieve Y position of a dialog.
Syntax
nValue = DIALOG_GetY(hwnd)
Returns
Numeric
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog |
Remarks
Restrictions
See also
Examples