C# Class Hawkeye.UI.DotNetPropertyGrid

The property grid used to display .NET related information about a window.
Inheritance: Hawkeye.UI.Controls.PropertyGridEx
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
DotNetPropertyGrid ( ) : System

Initializes a new instance of the DotNetPropertyGrid class.

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void

Called when the control is created.

Private Methods

Méthode Description
AddButtons ( ) : void

Initializes the tool strip.

AddPlugins ( ) : void
EnableAction ( DotNetPropertyGridAction action, bool enabled = true ) : void
RaiseActionClicked ( DotNetPropertyGridAction action ) : void

Method Details

DotNetPropertyGrid() public méthode

Initializes a new instance of the DotNetPropertyGrid class.
public DotNetPropertyGrid ( ) : System
Résultat System

OnCreateControl() protected méthode

Called when the control is created.
protected OnCreateControl ( ) : void
Résultat void