C# Class SystemEx.Windows.Forms.TextBox

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
AddEditButton void
FixMargins void
LeftButtons_Changed void
PerformEditButtonLayout void
RebuildEditButtons void
RightButtons_Changed void
UpdateMargins void

Méthodes publiques

Méthode Description
TextBox ( ) : System

Méthodes protégées

Méthode Description
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnLeave ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Méthode Description
AddEditButton ( Button button ) : void
FixMargins ( ) : void
LeftButtons_Changed ( object sender, EventArgs e ) : void
PerformEditButtonLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
RebuildEditButtons ( ) : void
RightButtons_Changed ( object sender, EventArgs e ) : void
UpdateMargins ( ) : void

Method Details

OnFontChanged() protected méthode

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

OnHandleCreated() protected méthode

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

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( 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

TextBox() public méthode

public TextBox ( ) : System
Résultat System