Property | Type | Description | |
---|---|---|---|
AdjustSize | void | ||
OnDrawScroll | void | ||
OnDrawValueChanged | void | ||
ResetBackStyle | void | ||
ShouldSerializeBackStyle | bool | ||
ShouldSerializeOverrideFocus | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeStatePressed | bool | ||
ShouldSerializeStateTracking | bool |
Method | Description | |
---|---|---|
KryptonTrackBar ( ) : System |
Initialize a new instance of the KryptonTrackBar class.
|
|
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.
|
Method | Description | |
---|---|---|
EvalTransparentPaint ( ) : bool |
Work out if this control needs to paint transparent areas.
|
|
IsInputKey ( Keys keyData ) : bool |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnHandleCreated ( |
Raises the HandleCreated event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the MouseDown event.
|
|
OnMouseWheel ( MouseEventArgs e ) : void |
Raises the MouseWheel event.
|
|
OnPaddingChanged ( |
Raises the Padding event.
|
|
OnRightToLeftChanged ( |
Raises the RightToLeftChanged event.
|
|
OnScroll ( |
Raises the Scroll event.
|
|
OnValueChanged ( |
Raises the ValueChanged event.
|
|
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void |
Performs the work of setting the specified bounds of this control.
|
|
WndProc ( |
Process Windows-based messages.
|
Method | Description | |
---|---|---|
AdjustSize ( ) : void | ||
OnDrawScroll ( object sender, |
||
OnDrawValueChanged ( object sender, |
||
ResetBackStyle ( ) : void | ||
ShouldSerializeBackStyle ( ) : bool | ||
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeStatePressed ( ) : bool | ||
ShouldSerializeStateTracking ( ) : bool |
protected IsInputKey ( Keys keyData ) : bool | ||
keyData | Keys | One of the Keys values. |
return | bool |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnHandleCreated ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnLostFocus ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | An MouseEventArgs that contains the event data. |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
return | void |
protected OnPaddingChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnRightToLeftChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnScroll ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnValueChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | The new Left property value of the control. |
y | int | The new Top property value of the control. |
width | int | The new Width property value of the control. |
height | int | The new Height property value of the control. |
specified | BoundsSpecified | A bitwise combination of the BoundsSpecified values. |
return | void |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
return | 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. |
return | void |
protected WndProc ( |
||
m | A Windows-based message. | |
return | void |