GetTypeNameFromHandle Method
Window handle.
Returns the type name of the control in the window.
Syntax
'Declaration
 
Protected Function GetTypeNameFromHandle( _
   ByVal hWnd As System.IntPtr _
) As System.String
protected System.string GetTypeNameFromHandle( 
   System.IntPtr hWnd
)

Parameters

hWnd
Window handle.