C# Класс Nuaj.Cirrus.Utility.IntegerTrackbarControl

Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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