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

상속: VisualSimpleBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AdjustSize void
OnDrawScroll void
OnDrawValueChanged void
ResetBackStyle void
ShouldSerializeBackStyle bool
ShouldSerializeOverrideFocus bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool
ShouldSerializeStatePressed bool
ShouldSerializeStateTracking bool

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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 ( EventArgs e ) : void

Raises the EnabledChanged event.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnHandleCreated ( EventArgs e ) : void

Raises the HandleCreated event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

OnMouseDown ( MouseEventArgs e ) : void

Raises the MouseDown event.

OnMouseWheel ( MouseEventArgs e ) : void

Raises the MouseWheel event.

OnPaddingChanged ( EventArgs e ) : void

Raises the Padding event.

OnRightToLeftChanged ( EventArgs e ) : void

Raises the RightToLeftChanged event.

OnScroll ( EventArgs e ) : void

Raises the Scroll event.

OnValueChanged ( EventArgs e ) : void

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 ( Message &m ) : void

Process Windows-based messages.

비공개 메소드들

메소드 설명
AdjustSize ( ) : void
OnDrawScroll ( object sender, EventArgs e ) : void
OnDrawValueChanged ( object sender, EventArgs e ) : void
ResetBackStyle ( ) : void
ShouldSerializeBackStyle ( ) : bool
ShouldSerializeOverrideFocus ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool
ShouldSerializeStatePressed ( ) : bool
ShouldSerializeStateTracking ( ) : bool

메소드 상세

EvalTransparentPaint() 보호된 메소드

Work out if this control needs to paint transparent areas.
protected EvalTransparentPaint ( ) : bool
리턴 bool

IsInputKey() 보호된 메소드

Determines whether the specified key is a regular input key or a special key that requires preprocessing.
protected IsInputKey ( Keys keyData ) : bool
keyData Keys One of the Keys values.
리턴 bool

KryptonTrackBar() 공개 메소드

Initialize a new instance of the KryptonTrackBar class.
public KryptonTrackBar ( ) : System
리턴 System

OnEnabledChanged() 보호된 메소드

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

OnGotFocus() 보호된 메소드

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

OnHandleCreated() 보호된 메소드

Raises the HandleCreated event.
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnLostFocus() 보호된 메소드

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

OnMouseDown() 보호된 메소드

Raises the MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs An MouseEventArgs that contains the event data.
리턴 void

OnMouseWheel() 보호된 메소드

Raises the MouseWheel event.
protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
리턴 void

OnPaddingChanged() 보호된 메소드

Raises the Padding event.
protected OnPaddingChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnRightToLeftChanged() 보호된 메소드

Raises the RightToLeftChanged event.
protected OnRightToLeftChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnScroll() 보호된 메소드

Raises the Scroll event.
protected OnScroll ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnValueChanged() 보호된 메소드

Raises the ValueChanged event.
protected OnValueChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

SetBoundsCore() 보호된 메소드

Performs the work of setting the specified bounds of this control.
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.
리턴 void

SetFixedState() 공개 메소드

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
리턴 void

SetRange() 공개 메소드

Sets the minimum and maximum values for a TrackBar.
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.
리턴 void

WndProc() 보호된 메소드

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
리턴 void