C# Class mRemoteNG.UI.Controls.IPTextBox

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Properties

Property Type Description
Octet1 System.Windows.Forms.TextBox
Octet2 System.Windows.Forms.TextBox
Octet3 System.Windows.Forms.TextBox
Octet4 System.Windows.Forms.TextBox

Public Methods

Method Description
IPTextBox ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Box1_KeyPress ( object sender, KeyPressEventArgs e ) : void
Box2_KeyPress ( object sender, KeyPressEventArgs e ) : void
Box3_KeyPress ( object sender, KeyPressEventArgs e ) : void
Box4_KeyPress ( object sender, KeyPressEventArgs e ) : void
Box_Enter ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
IsValid ( string inString ) : bool
label_EnabledChanged ( object sender, EventArgs e ) : void
panel1_EnabledChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

IPTextBox() public method

public IPTextBox ( ) : System
return System

Property Details

Octet1 public_oe property

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

Octet2 public_oe property

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

Octet3 public_oe property

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

Octet4 public_oe property

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