C# Class Nuaj.Cirrus.Utility.FloatTrackbarControl

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

Protected Properties

Свойство Type Description
m_BackgroundBrush System.Drawing.SolidBrush
m_BackgroundBrushDisabled System.Drawing.SolidBrush
m_BrushTrackbarMiddle System.Drawing.TextureBrush
m_DefaultVisibleRangeMax float
m_DefaultVisibleRangeMin float
m_RangeMax float
m_RangeMin float
m_SliderBrush System.Drawing.SolidBrush
m_SliderRectangle System.Drawing.RectangleF
m_StartValue float
m_Value float
m_VisibleRangeMax float
m_VisibleRangeMin float
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

FloatTrackbarControl ( ) : 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
DrawSlider ( PaintEventArgs e ) : 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

DrawSlider() protected méthode

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

FloatTrackbarControl() public méthode

public FloatTrackbarControl ( ) : System
Résultat System

InitializeGraphics() protected méthode

protected InitializeGraphics ( ) : void
Résultat void

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,System.Drawing m_BackgroundBrush
Résultat System.Drawing.SolidBrush

m_BackgroundBrushDisabled protected_oe property

protected SolidBrush,System.Drawing m_BackgroundBrushDisabled
Résultat System.Drawing.SolidBrush

m_BrushTrackbarMiddle protected_oe property

protected TextureBrush,System.Drawing m_BrushTrackbarMiddle
Résultat System.Drawing.TextureBrush

m_DefaultVisibleRangeMax protected_oe property

protected float m_DefaultVisibleRangeMax
Résultat float

m_DefaultVisibleRangeMin protected_oe property

protected float m_DefaultVisibleRangeMin
Résultat float

m_RangeMax protected_oe property

protected float m_RangeMax
Résultat float

m_RangeMin protected_oe property

protected float m_RangeMin
Résultat float

m_SliderBrush protected_oe property

protected SolidBrush,System.Drawing m_SliderBrush
Résultat System.Drawing.SolidBrush

m_SliderRectangle protected_oe property

protected RectangleF,System.Drawing m_SliderRectangle
Résultat System.Drawing.RectangleF

m_StartValue protected_oe property

protected float m_StartValue
Résultat float

m_Value protected_oe property

protected float m_Value
Résultat float

m_VisibleRangeMax protected_oe property

protected float m_VisibleRangeMax
Résultat float

m_VisibleRangeMin protected_oe property

protected float m_VisibleRangeMin
Résultat float

m_bInternalChange protected_oe property

protected bool m_bInternalChange
Résultat bool

m_bSliderDragging protected_oe property

protected bool m_bSliderDragging
Résultat bool