C# Класс ComponentFactory.Krypton.Toolkit.ViewDrawTP

Draw the track for the track bar.
Наследование: ViewComposite
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Layout ( ViewLayoutContext context ) : void

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 ( ViewDrawTrackBar drawTrackBar ) : System

Initialize a new instance of the ViewDrawTrackPosition class.

Описание методов

Layout() публичный Метод

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Результат void

NearestValueFromPoint() публичный Метод

Find nearest value given the mouse postion within track area.
public NearestValueFromPoint ( Point pt ) : int
pt Point Mouse position,
Результат int

SetFixedState() публичный Метод

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
Результат void

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

ViewDrawTP() публичный Метод

Initialize a new instance of the ViewDrawTrackPosition class.
public ViewDrawTP ( ViewDrawTrackBar drawTrackBar ) : System
drawTrackBar ViewDrawTrackBar Reference to owning track bar.
Результат System