C# 클래스 SidebarLibrary.WinControls.ImageComboBox

상속: ComboBoxBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
InitializeImageComboBox void

공개 메소드들

메소드 설명
ImageComboBox ( ) : System
ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames ) : System
ImageComboBox ( Bitmap bitmapsArray, String bitmapsNames, bool toolBarUse ) : System
ImageComboBox ( ImageList imageList ) : System
PassMsg ( Message &m ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeImageComboBox ( ImageList list, bool useImageList, Bitmap bitmapsArray, String bitmapsNames ) : void

메소드 상세

DrawComboBoxItem() 보호된 메소드

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
리턴 void

DrawComboBoxItemEx() 보호된 메소드

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
리턴 void

DrawDisableState() 보호된 메소드

protected DrawDisableState ( ) : void
리턴 void

ImageComboBox() 공개 메소드

public ImageComboBox ( ) : System
리턴 System

ImageComboBox() 공개 메소드

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

ImageComboBox() 공개 메소드

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

ImageComboBox() 공개 메소드

public ImageComboBox ( ImageList imageList ) : System
imageList System.Windows.Forms.ImageList
리턴 System

PassMsg() 공개 메소드

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