Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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. | |
Результат | void |
public NearestValueFromPoint ( Point pt ) : int | ||
pt | Point | Mouse position, |
Результат | int |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
Результат | void |
public ViewDrawTP ( |
||
drawTrackBar | Reference to owning track bar. | |
Результат | System |