C# Class DfBAdminToolkit.Common.Component.TextBoxEx

Inheritance: System.Windows.Forms.TextBox
Mostrar archivo Open project: dropbox/DropboxBusinessAdminTool

Public Methods

Method Description
TextBoxEx ( ) : System
TextBoxEx ( IContainer container ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Method Description
InitEvent ( ) : void
InitializeComponent ( ) : void

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

TextBoxEx_DragDrop ( object sender, DragEventArgs e ) : void
TextBoxEx_DragEnter ( object sender, DragEventArgs e ) : void

Method Details

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

TextBoxEx() public method

public TextBoxEx ( ) : System
return System

TextBoxEx() public method

public TextBoxEx ( IContainer container ) : System
container IContainer
return System

WndProc() protected method

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