Share via


IVSMDPropertyGrid.Handle Property

Gets the top-level HWND for the grid window.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Handle As Integer
int Handle { get; }
property int Handle {
    int get ();
}
abstract Handle : int with get
function get Handle () : int

Property Value

Type: Int32
The top-level HWND for the grid window.

.NET Framework Security

See Also

Reference

IVSMDPropertyGrid Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace