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 |
Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
textBox_KeyDown | void | ||
textBox_Validating | void |
Method | Description | |
---|---|---|
CancelDrag ( ) : void |
Cancels the current drag
|
|
IntegerTrackbarControl ( ) : System | ||
SimulateValueChange ( ) : void |
Simulates a change of value
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DisposeGraphics ( ) : void | ||
InitializeGraphics ( ) : void | ||
OnEnabledChanged ( |
||
OnKeyDown ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnResize ( |
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnEnabledChanged ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
eventargs | ||
return | void |
protected SolidBrush m_BackgroundBrushDisabled | ||
return | SolidBrush |
protected TextureBrush m_BrushTrackbarMiddle | ||
return | TextureBrush |