C# Class YamuiFramework.Controls.YamuiPage

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

Public Methods

Method Description
OnHide ( ) : void

Method called by YamuiTab when the page changes from this one and when the form closes

OnShow ( ) : void

Method called by YamuiTab when the page changes to this page

YamuiPage ( ) : System.Windows.Forms

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

OnHide() public method

Method called by YamuiTab when the page changes from this one and when the form closes
public OnHide ( ) : void
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void

OnShow() public method

Method called by YamuiTab when the page changes to this page
public OnShow ( ) : void
return void

YamuiPage() public method

public YamuiPage ( ) : System.Windows.Forms
return System.Windows.Forms