C# Class KBS2.Controls.BorderedTextBox

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: Railec/SE1cKBS2 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BorderedTextBox ( ) : System
addBorder ( ) : void
getBox ( ) : TextBox

Protected Methods

Method Description
OnEnter ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Method Details

BorderedTextBox() public method

public BorderedTextBox ( ) : System
return System

OnEnter() protected method

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

OnLeave() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
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

addBorder() public method

public addBorder ( ) : void
return void

getBox() public method

public getBox ( ) : TextBox
return System.Windows.Forms.TextBox