C# Class KBS2.Controls.BorderedTextBox

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Railec/SE1cKBS2 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BorderedTextBox ( ) : System
addBorder ( ) : void
getBox ( ) : TextBox

Méthodes protégées

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

public BorderedTextBox ( ) : System
Résultat System

OnEnter() protected méthode

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

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

addBorder() public méthode

public addBorder ( ) : void
Résultat void

getBox() public méthode

public getBox ( ) : TextBox
Résultat System.Windows.Forms.TextBox