C# Class TpTrayUtility.Components.TpLineStyleItem

Inheritance: TpItem
Show file Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Properties

Property Type Description
style TpPenStyle

Public Methods

Method Description
Clone ( ) : TpItem
Contain ( object data ) : bool
SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
TpLineStyleItem ( DashStyle _style ) : System
TpLineStyleItem ( TpPenStyle _style ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Method Details

Clone() public method

public Clone ( ) : TpItem
return TpItem

Contain() public method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

SpecialDrawingFunction() public method

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

TpLineStyleItem() public method

public TpLineStyleItem ( DashStyle _style ) : System
_style DashStyle
return System

TpLineStyleItem() public method

public TpLineStyleItem ( TpPenStyle _style ) : System
_style TpPenStyle
return System

Property Details

style public property

public TpPenStyle style
return TpPenStyle