Table of Contents

Class PropertyGridForm

Namespace
NanoByte.Common.Controls
Assembly
NanoByte.Common.WinForms.dll

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 object

The object to be inspected.