C# Class TpTrayUtility.Components.TpTextBox

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Properties

Property Type Description
textBox System.Windows.Forms.TextBox

Public Methods

Method Description
TpTextBox ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

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

TpTextBox() public method

public TpTextBox ( ) : System
return System

Property Details

textBox public_oe property

public TextBox,System.Windows.Forms textBox
return System.Windows.Forms.TextBox