C# Class NanoByte.Common.Controls.HintTextBox

Inheritance: System.Windows.Forms.TextBox
ファイルを表示 Open project: nano-byte/common Class Usage Examples

Private Properties

Property Type Description
HideHintText void
ShowHintText void

Public Methods

Method Description
HintTextBox ( ) : System

Protected Methods

Method Description
OnBackColorChanged ( EventArgs e ) : void
OnClearButtonClicked ( EventArgs e ) : void

Raises the ClearButtonClicked event.

OnEnter ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method Description
HideHintText ( ) : void
ShowHintText ( ) : void

Method Details

HintTextBox() public method

public HintTextBox ( ) : System
return System

OnBackColorChanged() protected method

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

OnClearButtonClicked() protected method

Raises the ClearButtonClicked event.
protected OnClearButtonClicked ( EventArgs e ) : void
e System.EventArgs
return void

OnEnter() protected method

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

OnLeave() protected method

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

OnTextChanged() protected method

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