[This is preliminary documentation and is subject to change.]

CTor from Int32 handle

Namespace: Tools.WindowsT.NativeT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public Win32Window(
	int hWnd
)
Visual Basic
Public Sub New ( _
	hWnd As Integer _
)
Visual C++
public:
Win32Window(
	int hWnd
)
F#
new : 
        hWnd:int -> Win32Window
JScript
public function Win32Window(
	hWnd : int
)

Parameters

hWnd
Type: System..::..Int32
Handle to window

See Also