C# Class YamuiFramework.Controls.YamuiTableLayoutPanel

Inheritance: System.Windows.Forms.TableLayoutPanel
Mostrar archivo Open project: jcaillon/3P

Private Properties

Property Type Description

Public Methods

Method Description
YamuiTableLayoutPanel ( ) : System.ComponentModel

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

PaintTransparentBackground() protected method

protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
return void

YamuiTableLayoutPanel() public method

public YamuiTableLayoutPanel ( ) : System.ComponentModel
return System.ComponentModel