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

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

공개 메소드들

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

보호된 메소드들

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

Check HitTest on FATabStrip control and let the user click on close and menu buttons.

PreFilterProperties ( IDictionary properties ) : void
WndProc ( Message &msg ) : void

비공개 메소드들

메소드 설명
OnAddTabStrip ( object sender, EventArgs e ) : void
OnRemoveTabStrip ( object sender, EventArgs e ) : void
OnRemoving ( object sender, ComponentEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

GetHitTest() 보호된 메소드

Check HitTest on FATabStrip control and let the user click on close and menu buttons.
protected GetHitTest ( Point point ) : bool
point Point
리턴 bool

Initialize() 공개 메소드

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

PreFilterProperties() 보호된 메소드

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

WndProc() 보호된 메소드

protected WndProc ( Message &msg ) : void
msg System.Windows.Forms.Message
리턴 void