C# Class Hawkeye.UI.Controls.PropertyGridEx

Inheritance: System.Windows.Forms.PropertyGrid
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
PropertyGridEx ( ) : System

Initializes a new instance of the PropertyGridEx class.

Méthodes protégées

Méthode Description
CreateToolStripItems ( ) : System.Windows.Forms.ToolStripItem[]

Creates the tool strip items.

InitializeToolStrip ( ) : void

Initializes the tool strip.

OnSelectedObjectsChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.PropertyGrid.SelectedObjectsChanged event.

ProcessSelection ( IEnumerable selection ) : IEnumerable

Processes the current property grid SelectedObjects, giving a chance to alter it.

Private Methods

Méthode Description
ApplyFilter ( ) : void
FixSearchBoxLocation ( ) : void
GetGridViewItems ( ) : System.Windows.Forms.GridItem[]
Initialize ( ) : void

Initializes this instance.

InitializeAccessors ( ) : void
InitializeSearchBox ( ) : void
SetGridViewItems ( System.Windows.Forms.GridItem newItems ) : void

Method Details

CreateToolStripItems() protected méthode

Creates the tool strip items.
protected CreateToolStripItems ( ) : System.Windows.Forms.ToolStripItem[]
Résultat System.Windows.Forms.ToolStripItem[]

InitializeToolStrip() protected méthode

Initializes the tool strip.
protected InitializeToolStrip ( ) : void
Résultat void

OnSelectedObjectsChanged() protected méthode

Raises the E:System.Windows.Forms.PropertyGrid.SelectedObjectsChanged event.
protected OnSelectedObjectsChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Résultat void

ProcessSelection() protected méthode

Processes the current property grid SelectedObjects, giving a chance to alter it.
protected ProcessSelection ( IEnumerable selection ) : IEnumerable
selection IEnumerable The selection.
Résultat IEnumerable

PropertyGridEx() public méthode

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