C# Class SidebarLibrary.WinControls.TextBoxEx

Inheritance: System.Windows.Forms.TextBox
ファイルを表示 Open project: sillsdev/FieldWorks

Public Methods

Method Description
TextBoxEx ( ) : System

Protected Methods

Method Description
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
DrawTextBoxState ( DrawState drawState ) : void

Method Details

OnGotFocus() protected method

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

OnLostFocus() protected method

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

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

TextBoxEx() public method

public TextBoxEx ( ) : System
return System

WndProc() protected method

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