IVSMDPropertyGrid Interface
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.
Defines a small property browser that can be hosted in dialog boxes or other windows.
public interface class IVSMDPropertyGrid
public interface class IVSMDPropertyGrid
__interface IVSMDPropertyGrid
[System.Runtime.InteropServices.Guid("74946837-37A0-11D2-A273-00C04F8EF4FF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVSMDPropertyGrid
[<System.Runtime.InteropServices.Guid("74946837-37A0-11D2-A273-00C04F8EF4FF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVSMDPropertyGrid = interface
Public Interface IVSMDPropertyGrid
- Attributes
Properties
CommandsVisible |
Gets the current visible state of the commands window. |
GridSort |
Gets or sets the sort order of the properties window |
Handle |
Gets the top-level HWND for the grid window. |
SelectedPropertyName |
Gets the name of the currently-selected property. |
Methods
Dispose() |
Destroys the properties window. |
GetOption(_PROPERTYGRIDOPTION) |
Gets the value of the given option. |
Refresh() |
Refreshes the property grid. |
SetOption(_PROPERTYGRIDOPTION, Object) |
Sets the specified option. |
SetSelectedObjects(Int32, Int32) |
Sets objects for the grid to browse. |
SetSelectedObjects(Int32, IntPtr[]) |