C# Класс ZForge.Controls.XPTable.Editors.ColorCellEditor.ColorPicker

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

Private Properties

Свойство Тип Описание
AdjustListBoxItemHeight void
GetSystemColors Color[]
GetWebColors Color[]
OnFontChanged void
OnListClick void
OnListDrawItem void
OnListKeyDown void
OnPalettePick void
OnTabControlResize void
OnTabControlSelChange void
tabControl_GotFocus void

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

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

Initializes a new instance of the ColorPicker class with default settings

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

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

Clean up any resources being used.

OnFontChanged ( EventArgs e ) : void

Raises the FontChanged event

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event

OnSelectedColorChanged ( EventArgs e ) : void

Raises the SelectedColorChanged event

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

Метод Описание
AdjustListBoxItemHeight ( ) : void

GetSystemColors ( ) : Color[]

GetWebColors ( ) : Color[]

OnFontChanged ( object sender, EventArgs e ) : void

OnListClick ( object sender, EventArgs e ) : void

OnListDrawItem ( object sender, DrawItemEventArgs die ) : void

OnListKeyDown ( object sender, KeyEventArgs ke ) : void

OnPalettePick ( object sender, EventArgs e ) : void

OnTabControlResize ( object sender, EventArgs e ) : void

OnTabControlSelChange ( object sender, EventArgs e ) : void

tabControl_GotFocus ( object sender, EventArgs e ) : void

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

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

Initializes a new instance of the ColorPicker class with default settings
public ColorPicker ( ColorCellEditor editor ) : System
editor ColorCellEditor
Результат System

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

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

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

Raises the FontChanged event
protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Результат void

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

Raises the GotFocus event
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Результат void

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

Raises the SelectedColorChanged event
protected OnSelectedColorChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Результат void