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

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: gbaychev/NClass

Private Properties

Property Type Description
textBox_GotFocus void
textBox_KeyDown void
textBox_LostFocus void
textBox_TextChanged void
textBox_Validating void

Public Methods

Method Description
BorderedTextBox ( ) : System

Protected Methods

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

Private Methods

Method 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 method

public BorderedTextBox ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void