C# Class Nuaj.Cirrus.Utility.IntegerTrackbarControl

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Property 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

Property Type Description
InitializeComponent void
textBox_KeyDown void
textBox_Validating void

Public Methods

Method Description
CancelDrag ( ) : void

Cancels the current drag

IntegerTrackbarControl ( ) : System
SimulateValueChange ( ) : void

Simulates a change of value

Protected Methods

Method 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

Method 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 method

Cancels the current drag
public CancelDrag ( ) : void
return void

Dispose() protected method

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

DisposeGraphics() protected method

protected DisposeGraphics ( ) : void
return void

InitializeGraphics() protected method

protected InitializeGraphics ( ) : void
return void

IntegerTrackbarControl() public method

public IntegerTrackbarControl ( ) : System
return System

OnEnabledChanged() protected method

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyDown() protected method

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

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

SimulateValueChange() public method

Simulates a change of value
public SimulateValueChange ( ) : void
return void

Property Details

m_BackgroundBrush protected_oe property

protected SolidBrush m_BackgroundBrush
return SolidBrush

m_BackgroundBrushDisabled protected_oe property

protected SolidBrush m_BackgroundBrushDisabled
return SolidBrush

m_BrushTrackbarMiddle protected_oe property

protected TextureBrush m_BrushTrackbarMiddle
return TextureBrush

m_DefaultVisibleRangeMax protected_oe property

protected int m_DefaultVisibleRangeMax
return int

m_DefaultVisibleRangeMin protected_oe property

protected int m_DefaultVisibleRangeMin
return int

m_RangeMax protected_oe property

protected int m_RangeMax
return int

m_RangeMin protected_oe property

protected int m_RangeMin
return int

m_SliderBrush protected_oe property

protected SolidBrush m_SliderBrush
return SolidBrush

m_SliderRectangle protected_oe property

protected Rectangle m_SliderRectangle
return Rectangle

m_StartValue protected_oe property

protected int m_StartValue
return int

m_Value protected_oe property

protected int m_Value
return int

m_VisibleRangeMax protected_oe property

protected int m_VisibleRangeMax
return int

m_VisibleRangeMin protected_oe property

protected int m_VisibleRangeMin
return int

m_bInternalChange protected_oe property

protected bool m_bInternalChange
return bool

m_bSliderDragging protected_oe property

protected bool m_bSliderDragging
return bool