Méthode | Description | |
---|---|---|
OnMouseWheel ( MouseEventArgs e ) : void |
Processes the MouseWheel event.
|
|
PerformNeedPaint ( bool needLayout ) : void |
Raises a need paint event.
|
|
SetFixedState ( PaletteState state ) : void |
Fix the control to a particular palette state.
|
|
SetRange ( int minValue, int maxValue ) : void |
Sets the minimum and maximum values for a TrackBar.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawTrackBar ( |
Initialize a new instance of the ViewDrawTrackBar class.
|
Méthode | Description | |
---|---|---|
OnScroll ( |
Raises the Scroll event.
|
|
OnValueChanged ( |
Raises the ValueChanged event.
|
public OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | Event arguments for the event. |
Résultat | void |
protected OnScroll ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnValueChanged ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
public PerformNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the layout need recalculating. |
Résultat | void |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
Résultat | void |
public SetRange ( int minValue, int maxValue ) : void | ||
minValue | int | The lower limit of the range of the track bar. |
maxValue | int | The upper limit of the range of the track bar. |
Résultat | void |
public ViewDrawTrackBar ( |
||
stateNormal | Referenece to normal state values. | |
stateDisabled | Referenece to disabled state values. | |
stateTracking | Referenece to tracking state values. | |
statePressed | Referenece to pressed state values. | |
needPaint | NeedPaintHandler | Delegate used to request repainting. |
Résultat | System |