C# 클래스 TpTrayUtility.Components.TpTextItem

상속: TpItem
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility

공개 메소드들

메소드 설명
Clone ( ) : TpItem
Compare ( TpItem item1, TpItem item2 ) : int
Contain ( object data ) : bool
SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
TpTextItem ( string text ) : System

보호된 메소드들

메소드 설명
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
lbl_MouseClick ( object sender, MouseEventArgs e ) : void
lbl_MouseEnter ( object sender, EventArgs e ) : void
lbl_MouseLeave ( object sender, EventArgs e ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : TpItem
리턴 TpItem

Compare() 공개 정적인 메소드

public static Compare ( TpItem item1, TpItem item2 ) : int
item1 TpItem
item2 TpItem
리턴 int

Contain() 공개 메소드

public Contain ( object data ) : bool
data object
리턴 bool

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

SpecialDrawingFunction() 공개 메소드

public SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
g System.Drawing.Graphics
rc System.Drawing.Rectangle
리턴 void

TpTextItem() 공개 메소드

public TpTextItem ( string text ) : System
text string
리턴 System