C# Class winmaped2.CollapsiblePanel

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
UpdateAreas void
UpdateStatus void
menuItem_Click void

Public Methods

Method Description
CollapsiblePanel ( ) : System

Protected Methods

Method Description
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
UpdateAreas ( ) : void
UpdateStatus ( ) : void
menuItem_Click ( object sender, EventArgs e ) : void

Method Details

CollapsiblePanel() public method

public CollapsiblePanel ( ) : System
return System

OnMouseClick() protected method

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
return void