C# Class TpTrayUtility.Components.TpScrollBar

Inheritance: System.Windows.Forms.Control
Show file Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Methods

Method Description
TpScrollBar ( Style st ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetSliderPoisitonByCoords ( int axisOffset ) : void
UpdateFromReal ( ) : void
UpdateReal ( ) : void

Private Methods

Method Description
repeatClickTimer_Tick ( object sender, EventArgs e ) : void

Method Details

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseLeave() protected method

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

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

OnPaintBackground() protected method

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

SetSliderPoisitonByCoords() protected method

protected SetSliderPoisitonByCoords ( int axisOffset ) : void
axisOffset int
return void

TpScrollBar() public method

public TpScrollBar ( Style st ) : System
st Style
return System

UpdateFromReal() protected method

protected UpdateFromReal ( ) : void
return void

UpdateReal() protected method

protected UpdateReal ( ) : void
return void