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