C# Class winmaped2.CollapsiblePanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
UpdateAreas void
UpdateStatus void
menuItem_Click void

Méthodes publiques

Méthode Description
CollapsiblePanel ( ) : System

Méthodes protégées

Méthode Description
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
UpdateAreas ( ) : void
UpdateStatus ( ) : void
menuItem_Click ( object sender, EventArgs e ) : void

Method Details

CollapsiblePanel() public méthode

public CollapsiblePanel ( ) : System
Résultat System

OnMouseClick() protected méthode

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void