C# Class YamuiFramework.Controls.YamuiSimplePanel

Inheritance: System.Windows.Forms.Panel
Mostrar archivo Open project: jcaillon/3P Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
YamuiSimplePanel ( ) : 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

YamuiSimplePanel() public method

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