C# Class Nuaj.Cirrus.Utility.IntegerTrackbarControl

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Свойство Type Description
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

Свойство Type Description
InitializeComponent void
textBox_KeyDown void
textBox_Validating void

Méthodes publiques

Méthode Description
CancelDrag ( ) : void

Cancels the current drag

IntegerTrackbarControl ( ) : System
SimulateValueChange ( ) : void

Simulates a change of value

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CancelDrag() public méthode

Cancels the current drag
public CancelDrag ( ) : void
Résultat void

Dispose() protected méthode

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

DisposeGraphics() protected méthode

protected DisposeGraphics ( ) : void
Résultat void

InitializeGraphics() protected méthode

protected InitializeGraphics ( ) : void
Résultat void

IntegerTrackbarControl() public méthode

public IntegerTrackbarControl ( ) : System
Résultat System

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

SimulateValueChange() public méthode

Simulates a change of value
public SimulateValueChange ( ) : void
Résultat void

Property Details

m_BackgroundBrush protected_oe property

protected SolidBrush m_BackgroundBrush
Résultat SolidBrush

m_BackgroundBrushDisabled protected_oe property

protected SolidBrush m_BackgroundBrushDisabled
Résultat SolidBrush

m_BrushTrackbarMiddle protected_oe property

protected TextureBrush m_BrushTrackbarMiddle
Résultat TextureBrush

m_DefaultVisibleRangeMax protected_oe property

protected int m_DefaultVisibleRangeMax
Résultat int

m_DefaultVisibleRangeMin protected_oe property

protected int m_DefaultVisibleRangeMin
Résultat int

m_RangeMax protected_oe property

protected int m_RangeMax
Résultat int

m_RangeMin protected_oe property

protected int m_RangeMin
Résultat int

m_SliderBrush protected_oe property

protected SolidBrush m_SliderBrush
Résultat SolidBrush

m_SliderRectangle protected_oe property

protected Rectangle m_SliderRectangle
Résultat Rectangle

m_StartValue protected_oe property

protected int m_StartValue
Résultat int

m_Value protected_oe property

protected int m_Value
Résultat int

m_VisibleRangeMax protected_oe property

protected int m_VisibleRangeMax
Résultat int

m_VisibleRangeMin protected_oe property

protected int m_VisibleRangeMin
Résultat int

m_bInternalChange protected_oe property

protected bool m_bInternalChange
Résultat bool

m_bSliderDragging protected_oe property

protected bool m_bSliderDragging
Résultat bool