C# 클래스 FarsiLibrary.Win.Design.FATabStripItemDesigner

상속: System.Windows.Forms.Design.ParentControlDesigner
파일 보기 프로젝트 열기: DanWBR/dwsim3

공개 메소드들

메소드 설명
CanBeParentedTo ( IDesigner parentDesigner ) : bool
Initialize ( IComponent component ) : void

보호된 메소드들

메소드 설명
OnPaintAdornments ( PaintEventArgs pe ) : void
PreFilterProperties ( System properties ) : void

메소드 상세

CanBeParentedTo() 공개 메소드

public CanBeParentedTo ( IDesigner parentDesigner ) : bool
parentDesigner IDesigner
리턴 bool

Initialize() 공개 메소드

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

OnPaintAdornments() 보호된 메소드

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

PreFilterProperties() 보호된 메소드

protected PreFilterProperties ( System properties ) : void
properties System
리턴 void