Window2.HWnd Property

Definition

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

Implements

Attributes

Applies to