C# Class CustomerService.LineComboBox

Inheritance: System.Windows.Forms.ComboBox
Mostra file Open project: NanQi/demo

Public Methods

Method Description
LineComboBox ( ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
DrawBottomLine ( Graphics g ) : void
GetWindowDC ( IntPtr hWnd ) : IntPtr
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int

Method Details

LineComboBox() public method

public LineComboBox ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void