C# Class MonoFlat.MonoFlat_TextBox

Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: MrDarkSkil/Launcher_Arma3 Class Usage Examples

Public Properties

Property Type Description
MonoFlatTB System.Windows.Forms.TextBox

Public Methods

Method Description
AddTextBox ( ) : void
MonoFlat_TextBox ( ) : System
_BaseTextChanged ( System sender, System e ) : void
_TextChanged ( System sender, System e ) : void

Protected Methods

Method Description
OnFontChanged ( System e ) : void
OnForeColorChanged ( System e ) : void
OnGotFocus ( System e ) : void
OnPaint ( System e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( System e ) : void
OnTextChanged ( System e ) : void

Private Methods

Method Description
OnBaseTextChanged ( object s, EventArgs e ) : void
_Enter ( object Obj, EventArgs e ) : void
_Leave ( object Obj, EventArgs e ) : void
_OnKeyDown ( object Obj, KeyEventArgs e ) : void

Method Details

AddTextBox() public method

public AddTextBox ( ) : void
return void

MonoFlat_TextBox() public method

public MonoFlat_TextBox ( ) : System
return System

OnFontChanged() protected method

protected OnFontChanged ( System e ) : void
e System
return void

OnForeColorChanged() protected method

protected OnForeColorChanged ( System e ) : void
e System
return void

OnGotFocus() protected method

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

OnPaint() protected method

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

OnPaintBackground() protected method

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

OnResize() protected method

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

OnTextChanged() protected method

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

_BaseTextChanged() public method

public _BaseTextChanged ( System sender, System e ) : void
sender System
e System
return void

_TextChanged() public method

public _TextChanged ( System sender, System e ) : void
sender System
e System
return void

Property Details

MonoFlatTB public_oe property

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