C# Class CustomerService.LineTextBox

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

Méthodes publiques

Méthode Description
LineTextBox ( ) : 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

LineTextBox() public méthode

public LineTextBox ( ) : System
Résultat System

WndProc() protected méthode

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