IVSMDPropertyGrid.Handle 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.
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