C# Class YamuiFramework.Controls.YamuiArea

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

Public Methods

Method Description
SetPropertyOnArea ( string propertyName, object value ) : void
YamuiArea ( ) : System

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

SetPropertyOnArea() public method

public SetPropertyOnArea ( string propertyName, object value ) : void
propertyName string
value object
return void

YamuiArea() public method

public YamuiArea ( ) : System
return System