C# Class YamuiFramework.Controls.YamuiTableLayoutPanel

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
YamuiTableLayoutPanel ( ) : System.ComponentModel

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

YamuiTableLayoutPanel() public méthode

public YamuiTableLayoutPanel ( ) : System.ComponentModel
Résultat System.ComponentModel