C# Class ZForge.Controls.ExplorerBar.XPTextBox

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
XPTextBox ( ) : System

Initializes a new instance of the XPTextBox class with default settings

Méthodes protégées

Méthode Description
OnSystemColorsChanged ( EventArgs e ) : void

Raises the SystemColorsChanged event

WndProc ( Message &m ) : void

Processes Windows messages

Method Details

OnSystemColorsChanged() protected méthode

Raises the SystemColorsChanged event
protected OnSystemColorsChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Résultat void

WndProc() protected méthode

Processes Windows messages
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows Message to process
Résultat void

XPTextBox() public méthode

Initializes a new instance of the XPTextBox class with default settings
public XPTextBox ( ) : System
Résultat System