C# Class SidebarLibrary.WinControls.TextComboBox

Inheritance: ComboBoxBase
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
TextComboBox ( ) : System
TextComboBox ( bool toolBarUse ) : System

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
DrawDataBoundMember ( Graphics g, Brush brush, int index, Point point ) : void
DrawDisableState ( ) : void

Method Details

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

DrawDataBoundMember() protected method

protected DrawDataBoundMember ( Graphics g, Brush brush, int index, Point point ) : void
g System.Drawing.Graphics
brush System.Drawing.Brush
index int
point Point
return void

DrawDisableState() protected method

protected DrawDisableState ( ) : void
return void

TextComboBox() public method

public TextComboBox ( ) : System
return System

TextComboBox() public method

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