Property | Type | Description | |
---|---|---|---|
DrawTrackBar | void | ||
OnScroll | void | ||
OnValueChanged | void | ||
SetProperValue | void |
Method | Description | |
---|---|---|
YamuiSlider ( ) : System | ||
YamuiSlider ( int min, int max, int value ) : System |
Method | Description | |
---|---|---|
CustomOnPaintBackground ( PaintEventArgs e ) : void | ||
OnEnabledChanged ( |
||
OnEnter ( |
||
OnGotFocus ( |
||
OnKeyDown ( |
||
OnKeyUp ( |
||
OnLeave ( |
||
OnLostFocus ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnPaintForeground ( PaintEventArgs e ) : void | ||
PaintTransparentBackground ( |
||
ProcessDialogKey ( Keys keyData ) : bool |
Method | Description | |
---|---|---|
DrawTrackBar ( |
||
OnScroll ( ScrollEventType scrollType, int newValue ) : void | ||
OnValueChanged ( ) : void | ||
SetProperValue ( int val ) : void |
protected CustomOnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnEnabledChanged ( |
||
e | ||
return | void |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyUp ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
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 OnMouseWheel ( 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 OnPaintForeground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected PaintTransparentBackground ( |
||
graphics | ||
clipRect | ||
return | void |
protected ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |
public YamuiSlider ( int min, int max, int value ) : System | ||
min | int | |
max | int | |
value | int | |
return | System |