C# Class TpTrayUtility.Components.TpTextItem

Inheritance: TpItem
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Méthode Description
Clone ( ) : TpItem
Compare ( TpItem item1, TpItem item2 ) : int
Contain ( object data ) : bool
SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
TpTextItem ( string text ) : System

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
lbl_MouseClick ( object sender, MouseEventArgs e ) : void
lbl_MouseEnter ( object sender, EventArgs e ) : void
lbl_MouseLeave ( object sender, EventArgs e ) : void

Method Details

Clone() public méthode

public Clone ( ) : TpItem
Résultat TpItem

Compare() public static méthode

public static Compare ( TpItem item1, TpItem item2 ) : int
item1 TpItem
item2 TpItem
Résultat int

Contain() public méthode

public Contain ( object data ) : bool
data object
Résultat bool

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

SpecialDrawingFunction() public méthode

public SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
g System.Drawing.Graphics
rc System.Drawing.Rectangle
Résultat void

TpTextItem() public méthode

public TpTextItem ( string text ) : System
text string
Résultat System