C# Class NetIde.Util.Forms.TextBox

Inheritance: System.Windows.Forms.TextBox
Mostrar archivo Open project: netide/netide

Private Properties

Property Type Description
CueBannerOsSupport bool
UpdateCueBanner void
UpdateFakeCueBanner void

Protected Methods

Method Description
OnGotFocus ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
CueBannerOsSupport ( ) : bool
UpdateCueBanner ( ) : void
UpdateFakeCueBanner ( ) : void

Method Details

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
return void

WndProc() protected method

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