C# Class MetroFramework.Controls.MetroTextBox.PromptedTextBox

Inheritance: System.Windows.Forms.TextBox
Datei anzeigen Open project: AshishKilmist/MetroFramework

Private Properties

Property Type Description
DrawTextPrompt void
DrawTextPrompt void

Public Methods

Method Description
PromptedTextBox ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnTextAlignChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
DrawTextPrompt ( ) : void
DrawTextPrompt ( Graphics g ) : void

Method Details

OnPaint() protected method

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

OnTextAlignChanged() protected method

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

OnTextChanged() protected method

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

PromptedTextBox() public method

public PromptedTextBox ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void