C# Class ClipboardToClipboard.AdvancedTextBox

ファイルを表示 Open project: kin9pin/ClipboardToClipboard

Public Methods

Method Description
AdvancedTextBox ( ) : System
textBox_GotFocus ( object sender, EventArgs e ) : void
textBox_LostFocus ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AdvancedTextBox ( ) : System
return System

Dispose() protected method

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

textBox_GotFocus() public method

public textBox_GotFocus ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

textBox_LostFocus() public method

public textBox_LostFocus ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void