C# Класс Hawkeye.UI.Controls.PropertyGridEx

Наследование: System.Windows.Forms.PropertyGrid
Показать файл Открыть проект

Открытые методы

Метод Описание
PropertyGridEx ( ) : System

Initializes a new instance of the PropertyGridEx class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

CreateToolStripItems() защищенный Метод

Creates the tool strip items.
protected CreateToolStripItems ( ) : System.Windows.Forms.ToolStripItem[]
Результат System.Windows.Forms.ToolStripItem[]

InitializeToolStrip() защищенный Метод

Initializes the tool strip.
protected InitializeToolStrip ( ) : void
Результат void

OnSelectedObjectsChanged() защищенный Метод

Raises the E:System.Windows.Forms.PropertyGrid.SelectedObjectsChanged event.
protected OnSelectedObjectsChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Результат void

ProcessSelection() защищенный Метод

Processes the current property grid SelectedObjects, giving a chance to alter it.
protected ProcessSelection ( IEnumerable selection ) : IEnumerable
selection IEnumerable The selection.
Результат IEnumerable

PropertyGridEx() публичный Метод

Initializes a new instance of the PropertyGridEx class.
public PropertyGridEx ( ) : System
Результат System