Table of Contents

Class ResettablePropertyGrid

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

A System.Windows.Forms.PropertyGrid that provides a "reset value" option in its context menu.

public class ResettablePropertyGrid : PropertyGrid
Inheritance
object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
PropertyGrid
ResettablePropertyGrid
Extension Methods

Constructors

ResettablePropertyGrid()

public ResettablePropertyGrid()

Methods

OnSelectedGridItemChanged(SelectedGridItemChangedEventArgs)

Raises the System.Windows.Forms.PropertyGrid.SelectedGridItemChanged event.

[PermissionSet(SecurityAction.LinkDemand, Name = "FullTrust")]
protected override void OnSelectedGridItemChanged(SelectedGridItemChangedEventArgs e)

Parameters

e SelectedGridItemChangedEventArgs

A System.Windows.Forms.SelectedGridItemChangedEventArgs that contains the event data.