C# Class TpTrayUtility.Components.TpTextItem

Inheritance: TpItem
ファイルを表示 Open project: TargetProcess/Tp.TrayUtility

Public Methods

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

Protected Methods

Method Description
OnResize ( EventArgs e ) : void

Private Methods

Method 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 method

public Clone ( ) : TpItem
return TpItem

Compare() public static method

public static Compare ( TpItem item1, TpItem item2 ) : int
item1 TpItem
item2 TpItem
return int

Contain() public method

public Contain ( object data ) : bool
data object
return bool

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

SpecialDrawingFunction() public method

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

TpTextItem() public method

public TpTextItem ( string text ) : System
text string
return System