Class PropertyGridForm
Contains a single property grid for manipulating the properties of an object.
public sealed class PropertyGridForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
objectMarshalByRefObjectPropertyGridForm
- Implements
- Inherited Members
- Extension Methods
Methods
Show(object)
Displays a form with a property grid for manipulating the properties of an object.
public static void Show(object value)
Parameters
valueobjectThe object to be inspected.