<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_GetDlgCtrlID |
Description
Retrieves the identifier of the specified control.
Syntax
n = Win_GetDlgCtrlID(hCtrl)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
hCtrl |
Number |
No |
Handle to the control. |
Remarks
For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/ms645478(VS.85).aspx
Restrictions
See also
Examples