C# Class SidebarLibrary.WinControls.ImageComboBox

Inheritance: ComboBoxBase
ファイルを表示 Open project: sillsdev/FieldWorks

Private Properties

Property Type Description
InitializeImageComboBox void

Public Methods

Method Description
ImageComboBox ( ) : System
ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames ) : System
ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames, bool toolBarUse ) : System
ImageComboBox ( ImageList imageList ) : 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

Private Methods

Method Description
InitializeImageComboBox ( ImageList list, bool useImageList, Bitmap bitmapsArray, String bitmapsNames ) : 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

DrawDisableState() protected method

protected DrawDisableState ( ) : void
return void

ImageComboBox() public method

public ImageComboBox ( ) : System
return System

ImageComboBox() public method

public ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames ) : System
bitmapsArray System.Drawing.Bitmap
bitmapsNames String
return System

ImageComboBox() public method

public ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames, bool toolBarUse ) : System
bitmapsArray System.Drawing.Bitmap
bitmapsNames String
toolBarUse bool
return System

ImageComboBox() public method

public ImageComboBox ( ImageList imageList ) : System
imageList System.Windows.Forms.ImageList
return System

PassMsg() public method

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