Table of Contents

Class ResettablePropertyGrid

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

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

public class ResettablePropertyGrid : PropertyGrid
Inheritance
ResettablePropertyGrid
Extension Methods

Constructors

ResettablePropertyGrid()

public ResettablePropertyGrid()

Methods

OnSelectedGridItemChanged(SelectedGridItemChangedEventArgs)

Raises the SelectedGridItemChanged event.

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

Parameters

e SelectedGridItemChangedEventArgs

A SelectedGridItemChangedEventArgs that contains the event data.