Copyright © 2013-2015 MultiMedia Soft

GetHwnd method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the window handle (HWND) of the control. This method is useful when using the control in scripting languages like JavaScript where the HWND of the control is not directly accessible.

 

 

Syntax

 

[Visual Basic]

control.GetHwnd (

) as Long


 

[C++]

long control.GetHwnd (

);


 

Return value

 

Number representing the window handle (HWND) of the control.