C# Class SidebarLibrary.WinControls.ImageComboBox

Inheritance: ComboBoxBase
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
InitializeImageComboBox void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
InitializeImageComboBox ( ImageList list, bool useImageList, Bitmap bitmapsArray, String bitmapsNames ) : void

Method Details

DrawComboBoxItem() protected méthode

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
Résultat void

DrawComboBoxItemEx() protected méthode

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
Résultat void

DrawDisableState() protected méthode

protected DrawDisableState ( ) : void
Résultat void

ImageComboBox() public méthode

public ImageComboBox ( ) : System
Résultat System

ImageComboBox() public méthode

public ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames ) : System
bitmapsArray System.Drawing.Bitmap
bitmapsNames String
Résultat System

ImageComboBox() public méthode

public ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames, bool toolBarUse ) : System
bitmapsArray System.Drawing.Bitmap
bitmapsNames String
toolBarUse bool
Résultat System

ImageComboBox() public méthode

public ImageComboBox ( ImageList imageList ) : System
imageList System.Windows.Forms.ImageList
Résultat System

PassMsg() public méthode

public PassMsg ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void