C# 클래스 CommonTools.TreeListViewDesigner

Designer for the tree view control.
상속: System.Windows.Forms.Design.ControlDesigner
파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET

공개 메소드들

메소드 설명
Initialize ( IComponent component ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetHitTest ( Point point ) : bool
PostFilterProperties ( IDictionary properties ) : void

비공개 메소드들

메소드 설명
OnAfterResizingColumn ( object sender, MouseEventArgs e ) : void
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

GetHitTest() 보호된 메소드

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

Initialize() 공개 메소드

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

PostFilterProperties() 보호된 메소드

protected PostFilterProperties ( IDictionary properties ) : void
properties IDictionary
리턴 void