Window.HWnd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
public:
property int HWnd { int get(); };
public:
property IntPtr HWnd { IntPtr get(); };
public:
property int HWnd { int get(); };
[System.Runtime.InteropServices.DispId(120)]
public int HWnd { [System.Runtime.InteropServices.DispId(120)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[System.Runtime.InteropServices.DispId(120)]
public IntPtr HWnd { [System.Runtime.InteropServices.DispId(120)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(120)>]
[<get: System.Runtime.InteropServices.DispId(120)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.HWnd : int
[<System.Runtime.InteropServices.DispId(120)>]
[<get: System.Runtime.InteropServices.DispId(120)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.HWnd : nativeint
Public ReadOnly Property HWnd As Integer
Public ReadOnly Property HWnd As IntPtr
Property Value
IntPtr
nativeint
The window handle.
- Attributes