C# Class CustomerService.LineTextBox

Inheritance: System.Windows.Forms.TextBox
Show file Open project: NanQi/demo

Public Methods

Method Description
LineTextBox ( ) : 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

LineTextBox() public method

public LineTextBox ( ) : System
return System

WndProc() protected method

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