C# Class Hawkeye.UI.DotNetPropertyGrid

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

Public Methods

Method Description
DotNetPropertyGrid ( ) : System

Initializes a new instance of the DotNetPropertyGrid class.

Protected Methods

Method Description
OnCreateControl ( ) : void

Called when the control is created.

Private Methods

Method Description
AddButtons ( ) : void

Initializes the tool strip.

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

Method Details

DotNetPropertyGrid() public method

Initializes a new instance of the DotNetPropertyGrid class.
public DotNetPropertyGrid ( ) : System
return System

OnCreateControl() protected method

Called when the control is created.
protected OnCreateControl ( ) : void
return void