C# Класс SidebarLibrary.WinControls.ColorPicker

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

Private Properties

Свойство Тип Описание
CalculateSafeDisplayPoint void
ColorChanged void
ColorPicker_Load void
ColorTextBox_GotFocus void
ColorTextBox_LostFocus void
ColorTextBox_MouseEnter void
ColorTextBox_MouseLeave void
DrawColorPickerState void
FormatRGB void
InitializeColorTextBoxString void
InitializeComponent void
OnNewColor void
ResetTextBox void
SetupChildrenControls void
arrowButton_Click void
colorTextBox_KeyUp void

Открытые методы

Метод Описание
ColorPicker ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnEnabledChanged ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnResize ( EventArgs e ) : void

Приватные методы

Метод Описание
CalculateSafeDisplayPoint ( Point &point ) : void
ColorChanged ( object sender, ColorChangeArgs ea ) : void
ColorPicker_Load ( object sender, System e ) : void
ColorTextBox_GotFocus ( object sender, EventArgs e ) : void
ColorTextBox_LostFocus ( object sender, EventArgs e ) : void
ColorTextBox_MouseEnter ( object sender, EventArgs e ) : void
ColorTextBox_MouseLeave ( object sender, EventArgs e ) : void
DrawColorPickerState ( ) : void
FormatRGB ( string text ) : void
InitializeColorTextBoxString ( Color color, string sender ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnNewColor ( NewColorArgs e ) : void
ResetTextBox ( string ErrorMessage ) : void
SetupChildrenControls ( ) : void
arrowButton_Click ( object sender, System e ) : void
colorTextBox_KeyUp ( object sender, System e ) : void

Описание методов

ColorPicker() публичный Метод

public ColorPicker ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

OnEnabledChanged() защищенный Метод

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OnGotFocus() защищенный Метод

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Результат void

OnHandleCreated() защищенный Метод

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Результат void

OnLostFocus() защищенный Метод

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Результат void

OnMouseEnter() защищенный Метод

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
Результат void

OnMouseLeave() защищенный Метод

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Результат void

OnResize() защищенный Метод

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Результат void