C# Class CustomerService.LineComboBox

Inheritance: System.Windows.Forms.ComboBox
Afficher le fichier Open project: NanQi/demo

Méthodes publiques

Méthode Description
LineComboBox ( ) : System

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Private Methods

Méthode Description
DrawBottomLine ( Graphics g ) : void
GetWindowDC ( IntPtr hWnd ) : IntPtr
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int

Method Details

LineComboBox() public méthode

public LineComboBox ( ) : System
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void