Share via


IVSMDPropertyGrid.Handle Property

Definition

Gets the top-level HWND for the grid window.

public:
 property int Handle { int get(); };
public:
 property IntPtr Handle { IntPtr get(); };
public:
 property int Handle { int get(); };
[System.Runtime.InteropServices.DispId(1610678273)]
public int Handle { get; }
public IntPtr Handle { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.Handle : int
member this.Handle : nativeint
Public ReadOnly Property Handle As Integer
Public ReadOnly Property Handle As IntPtr

Property Value

IntPtr

nativeint

The top-level HWND for the grid window.

Attributes

Applies to