C# Class SidebarLibrary.WinControls.ColorComboBox

Inheritance: ComboBoxBase
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
ColorComboBox ( ) : System
ColorComboBox ( bool toolBarUse ) : System
PassMsg ( Message &m ) : void

Protected Methods

Method Description
DrawComboBoxItem ( Graphics g, Rectangle bounds, int Index, bool selected, bool editSel ) : void
DrawComboBoxItemEx ( Graphics g, Rectangle bounds, int Index, bool selected, bool editSel ) : void
DrawDisableState ( ) : void

Method Details

ColorComboBox() public method

public ColorComboBox ( ) : System
return System

ColorComboBox() public method

public ColorComboBox ( bool toolBarUse ) : System
toolBarUse bool
return System

DrawComboBoxItem() protected method

protected DrawComboBoxItem ( Graphics g, Rectangle bounds, int Index, bool selected, bool editSel ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Index int
selected bool
editSel bool
return void

DrawComboBoxItemEx() protected method

protected DrawComboBoxItemEx ( Graphics g, Rectangle bounds, int Index, bool selected, bool editSel ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Index int
selected bool
editSel bool
return void

DrawDisableState() protected method

protected DrawDisableState ( ) : void
return void

PassMsg() public method

public PassMsg ( Message &m ) : void
m System.Windows.Forms.Message
return void