C# 클래스 Nuaj.Cirrus.Utility.IntegerTrackbarControl

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: Patapom/GodComplex 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_BackgroundBrush SolidBrush
m_BackgroundBrushDisabled SolidBrush
m_BrushTrackbarMiddle TextureBrush
m_DefaultVisibleRangeMax int
m_DefaultVisibleRangeMin int
m_RangeMax int
m_RangeMin int
m_SliderBrush SolidBrush
m_SliderRectangle Rectangle
m_StartValue int
m_Value int
m_VisibleRangeMax int
m_VisibleRangeMin int
m_bInternalChange bool
m_bSliderDragging bool

Private Properties

프로퍼티 타입 설명
InitializeComponent void
textBox_KeyDown void
textBox_Validating void

공개 메소드들

메소드 설명
CancelDrag ( ) : void

Cancels the current drag

IntegerTrackbarControl ( ) : System
SimulateValueChange ( ) : void

Simulates a change of value

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DisposeGraphics ( ) : void
InitializeGraphics ( ) : void
OnEnabledChanged ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs eventargs ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

textBox_KeyDown ( object sender, KeyEventArgs e ) : void
textBox_Validating ( object sender, CancelEventArgs e ) : void

메소드 상세

CancelDrag() 공개 메소드

Cancels the current drag
public CancelDrag ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DisposeGraphics() 보호된 메소드

protected DisposeGraphics ( ) : void
리턴 void

InitializeGraphics() 보호된 메소드

protected InitializeGraphics ( ) : void
리턴 void

IntegerTrackbarControl() 공개 메소드

public IntegerTrackbarControl ( ) : System
리턴 System

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
리턴 void

SimulateValueChange() 공개 메소드

Simulates a change of value
public SimulateValueChange ( ) : void
리턴 void

프로퍼티 상세

m_BackgroundBrush 보호되어 있는 프로퍼티

protected SolidBrush m_BackgroundBrush
리턴 SolidBrush

m_BackgroundBrushDisabled 보호되어 있는 프로퍼티

protected SolidBrush m_BackgroundBrushDisabled
리턴 SolidBrush

m_BrushTrackbarMiddle 보호되어 있는 프로퍼티

protected TextureBrush m_BrushTrackbarMiddle
리턴 TextureBrush

m_DefaultVisibleRangeMax 보호되어 있는 프로퍼티

protected int m_DefaultVisibleRangeMax
리턴 int

m_DefaultVisibleRangeMin 보호되어 있는 프로퍼티

protected int m_DefaultVisibleRangeMin
리턴 int

m_RangeMax 보호되어 있는 프로퍼티

protected int m_RangeMax
리턴 int

m_RangeMin 보호되어 있는 프로퍼티

protected int m_RangeMin
리턴 int

m_SliderBrush 보호되어 있는 프로퍼티

protected SolidBrush m_SliderBrush
리턴 SolidBrush

m_SliderRectangle 보호되어 있는 프로퍼티

protected Rectangle m_SliderRectangle
리턴 Rectangle

m_StartValue 보호되어 있는 프로퍼티

protected int m_StartValue
리턴 int

m_Value 보호되어 있는 프로퍼티

protected int m_Value
리턴 int

m_VisibleRangeMax 보호되어 있는 프로퍼티

protected int m_VisibleRangeMax
리턴 int

m_VisibleRangeMin 보호되어 있는 프로퍼티

protected int m_VisibleRangeMin
리턴 int

m_bInternalChange 보호되어 있는 프로퍼티

protected bool m_bInternalChange
리턴 bool

m_bSliderDragging 보호되어 있는 프로퍼티

protected bool m_bSliderDragging
리턴 bool