C# Class NetIde.Util.Forms.TextBox

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

Private Properties

Свойство Type Description
CueBannerOsSupport bool
UpdateCueBanner void
UpdateFakeCueBanner void

Méthodes protégées

Méthode Description
OnGotFocus ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
CueBannerOsSupport ( ) : bool
UpdateCueBanner ( ) : void
UpdateFakeCueBanner ( ) : void

Method Details

OnGotFocus() protected méthode

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

WndProc() protected méthode

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