C# Class YamuiFramework.Controls.YamuiArea

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

Méthodes publiques

Méthode Description
SetPropertyOnArea ( string propertyName, object value ) : void
YamuiArea ( ) : System

Méthodes protégées

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

Method Details

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

SetPropertyOnArea() public méthode

public SetPropertyOnArea ( string propertyName, object value ) : void
propertyName string
value object
Résultat void

YamuiArea() public méthode

public YamuiArea ( ) : System
Résultat System