C# Class Hawkeye.UI.Controls.PropertyGridEx

Inheritance: System.Windows.Forms.PropertyGrid
Mostra file Open project: odalet/Hawkeye2

Public Methods

Method Description
PropertyGridEx ( ) : System

Initializes a new instance of the PropertyGridEx class.

Protected Methods

Method 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

Method 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 method

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

InitializeToolStrip() protected method

Initializes the tool strip.
protected InitializeToolStrip ( ) : void
return void

OnSelectedObjectsChanged() protected method

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

ProcessSelection() protected method

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

PropertyGridEx() public method

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