C# Class YamuiFramework.Controls.YamuiLabel

Inheritance: System.Windows.Forms.Label
Afficher le fichier Open project: jcaillon/3P

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPreferredSize ( Size proposedSize ) : Size
YamuiLabel ( ) : System

Méthodes protégées

Méthode Description
OnEnabledChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void

Method Details

GetPreferredSize() public méthode

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

OnEnabledChanged() protected méthode

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

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

PaintTransparentBackground() protected méthode

protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
Résultat void

YamuiLabel() public méthode

public YamuiLabel ( ) : System
Résultat System