C# Class NetIde.Util.Forms.PathLabel

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description
CalculateHeight int
EnforceHeight void

Méthodes publiques

Méthode Description
GetPreferredSize ( Size proposedSize ) : Size

Méthodes protégées

Méthode Description
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Méthode Description
CalculateHeight ( ) : int
EnforceHeight ( ) : void

Method Details

GetPreferredSize() public méthode

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
Résultat System.Drawing.Size

OnFontChanged() protected méthode

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

OnPaint() protected méthode

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

OnTextChanged() protected méthode

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