C# 클래스 Hawkeye.UI.Controls.PropertyGridEx

상속: System.Windows.Forms.PropertyGrid
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
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