C# Class SidebarLibrary.WinControls.ColorListBox

Inheritance: System.Windows.Forms.ListBox
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ColorListBox ( ) : System
PassMsg ( Message &m ) : void

Protected Methods

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

Private Methods

Method Description
OnDrawItem ( DrawItemEventArgs e ) : void

Method Details

ColorListBox() public method

public ColorListBox ( ) : System
return System

DrawListBoxItem() protected method

protected DrawListBoxItem ( 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

PassMsg() public method

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