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

Same as Handle but Int32

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

Syntax

C#
[LCategoryAttribute(typeof(ControlsWin), "Handle_c", "Handle", LCategoryAttribute..::..enmLookUpOrder.ResourceFirst)]
public int hWnd { get; }
Visual Basic
<LCategoryAttribute(GetType(ControlsWin), "Handle_c", "Handle",  _
	LCategoryAttribute..::..enmLookUpOrder.ResourceFirst)> _
Public ReadOnly Property hWnd As Integer
	Get
Visual C++
[LCategoryAttribute(typeof(ControlsWin), L"Handle_c", L"Handle", 
	LCategoryAttribute..::..enmLookUpOrder::ResourceFirst)]
public:
property int hWnd {
	int get ();
}
F#
[<LCategoryAttribute(typeof(ControlsWin), "Handle_c", "Handle", 
    LCategoryAttribute..::..enmLookUpOrder.ResourceFirst)>]
member hWnd : int
JScript
function get hWnd () : int

See Also