Method | Description | |
---|---|---|
TpScrollBar ( Style st ) : System |
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
SetSliderPoisitonByCoords ( int axisOffset ) : void | ||
UpdateFromReal ( ) : void | ||
UpdateReal ( ) : void |
Method | Description | |
---|---|---|
repeatClickTimer_Tick ( object sender, |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected SetSliderPoisitonByCoords ( int axisOffset ) : void | ||
axisOffset | int | |
return | void |