C# 클래스 ComponentFactory.Krypton.Toolkit.ViewDrawTP

Draw the track for the track bar.
상속: ViewComposite
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

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