Property | Type | Description |
---|
Method | Description | |
---|---|---|
Layout ( |
Perform a layout of the elements.
|
|
NearestValueFromPoint ( Point pt ) : int |
Find nearest value given the mouse postion within track area.
|
|
SetFixedState ( PaletteState state ) : void |
Fix the control to a particular palette state.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawTP ( |
Initialize a new instance of the ViewDrawTrackPosition class.
|
public Layout ( |
||
context | Layout context. | |
return | void |
public NearestValueFromPoint ( Point pt ) : int | ||
pt | Point | Mouse position, |
return | int |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
return | void |
public ViewDrawTP ( |
||
drawTrackBar | Reference to owning track bar. | |
return | System |