C# Class NClass.DiagramEditor.ClassDiagram.Editors.BorderedTextBox

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: gbaychev/NClass

Private Properties

Свойство Type Description
textBox_GotFocus void
textBox_KeyDown void
textBox_LostFocus void
textBox_TextChanged void
textBox_Validating void

Méthodes publiques

Méthode Description
BorderedTextBox ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Méthode Description
textBox_GotFocus ( object sender, EventArgs e ) : void
textBox_KeyDown ( object sender, KeyEventArgs e ) : void
textBox_LostFocus ( object sender, EventArgs e ) : void
textBox_TextChanged ( object sender, EventArgs e ) : void
textBox_Validating ( object sender, CancelEventArgs e ) : void

Method Details

BorderedTextBox() public méthode

public BorderedTextBox ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void