C# Class DfBAdminToolkit.Common.Component.TextBoxEx

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: dropbox/DropboxBusinessAdminTool

Méthodes publiques

Méthode Description
TextBoxEx ( ) : System
TextBoxEx ( IContainer container ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Méthode 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 méthode

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

TextBoxEx() public méthode

public TextBoxEx ( ) : System
Résultat System

TextBoxEx() public méthode

public TextBoxEx ( IContainer container ) : System
container IContainer
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void