[This is preliminary documentation and is subject to change.]
Gets the handle to the window represented by the implementer.
Namespace: Tools.WindowsT.NativeTAssembly: 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 IntPtr Handle { get; } |
| Visual Basic |
|---|
<LCategoryAttribute(GetType(ControlsWin), "Handle_c", "Handle", _ LCategoryAttribute..::..enmLookUpOrder.ResourceFirst)> _ Public ReadOnly Property Handle As IntPtr Get |
| Visual C++ |
|---|
[LCategoryAttribute(typeof(ControlsWin), L"Handle_c", L"Handle", LCategoryAttribute..::..enmLookUpOrder::ResourceFirst)] public: virtual property IntPtr Handle { IntPtr get () sealed; } |
| F# |
|---|
[<LCategoryAttribute(typeof(ControlsWin), "Handle_c", "Handle", LCategoryAttribute..::..enmLookUpOrder.ResourceFirst)>] abstract Handle : IntPtr [<LCategoryAttribute(typeof(ControlsWin), "Handle_c", "Handle", LCategoryAttribute..::..enmLookUpOrder.ResourceFirst)>] override Handle : IntPtr |
| JScript |
|---|
final function get Handle () : IntPtr |
Return Value
A handle to the window represented by the implementer.Implements
IWin32Window..::..HandleIWin32Window..::..Handle