C# Class ClipboardToClipboard.AdvancedTextBox

Afficher le fichier Open project: kin9pin/ClipboardToClipboard

Méthodes publiques

Méthode Description
AdvancedTextBox ( ) : System
textBox_GotFocus ( object sender, EventArgs e ) : void
textBox_LostFocus ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AdvancedTextBox_Load ( object sender, EventArgs e ) : void
AdvancedTextBox_SizeChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MoveControl ( ) : void
UpdatePlaceholder ( ) : void
labelPlaceholder_Click ( object sender, EventArgs e ) : void
textBox_KeyDown ( object sender, KeyEventArgs e ) : void
textBox_TextChanged ( object sender, EventArgs e ) : void

Method Details

AdvancedTextBox() public méthode

public AdvancedTextBox ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

textBox_GotFocus() public méthode

public textBox_GotFocus ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

textBox_LostFocus() public méthode

public textBox_LostFocus ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void