C# Class YamuiFramework.Controls.YamuiTextBox

Inheritance: System.Windows.Forms.TextBox
Mostrar archivo Open project: jcaillon/3P Class Usage Examples

Private Properties

Property Type Description
CustomPaint void

Public Methods

Method Description
ApplyInternalPadding ( ) : void
YamuiTextBox ( ) : System

Protected Methods

Method Description
OnClick ( EventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
CustomPaint ( Graphics g ) : void

Method Details

ApplyInternalPadding() public method

public ApplyInternalPadding ( ) : void
return void

OnClick() protected method

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

OnEnter() protected method

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

OnGotFocus() protected method

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

OnLeave() protected method

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

OnLostFocus() protected method

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

OnMouseEnter() protected method

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

OnMouseLeave() protected method

protected OnMouseLeave ( 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

YamuiTextBox() public method

public YamuiTextBox ( ) : System
return System