C# Class PckView.PalPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Private Properties

Свойство Type Description
mouseDown void

Méthodes publiques

Méthode Description
PalPanel ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
mouseDown ( object sender, MouseEventArgs e ) : void

Method Details

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

PalPanel() public méthode

public PalPanel ( ) : System
Résultat System