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, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
object
MarshalByRefObject
PropertyGridForm
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

value object

The object to be inspected.