C# 클래스 Ntreev.Windows.Forms.Grid.Design.GridControlDesigner

상속: System.Windows.Forms.Design.ControlDesigner
파일 보기 프로젝트 열기: NtreevSoft/GridControl

공개 메소드들

메소드 설명
GridControlDesigner ( ) : System
Initialize ( System component ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetHitTest ( System point ) : bool
OnPaintAdornments ( System pe ) : void

비공개 메소드들

메소드 설명
componentChangeService_ComponentRemoved ( object sender, ComponentEventArgs e ) : void
selectionService_SelectionChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetHitTest() 보호된 메소드

protected GetHitTest ( System point ) : bool
point System
리턴 bool

GridControlDesigner() 공개 메소드

public GridControlDesigner ( ) : System
리턴 System

Initialize() 공개 메소드

public Initialize ( System component ) : void
component System
리턴 void

OnPaintAdornments() 보호된 메소드

protected OnPaintAdornments ( System pe ) : void
pe System
리턴 void