Class PropertyGridForm
Contains a single property grid for manipulating the properties of an object.
public sealed class PropertyGridForm : Form
- Inheritance
-
PropertyGridForm
- 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
value
objectThe object to be inspected.