C# Class SecureDeleteWinForms.PanelEx

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Свойство Type Description
timeTracker TimeTracker

Méthodes publiques

Méthode Description
PanelEx ( ) : System
StartAnimation ( int duration ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
AnimationCompletedHandler ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
PanelEx_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

OnPaint() protected méthode

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

PanelEx() public méthode

public PanelEx ( ) : System
Résultat System

StartAnimation() public méthode

public StartAnimation ( int duration ) : void
duration int
Résultat void

Property Details

timeTracker public_oe property

public TimeTracker,SecureDeleteWinForms timeTracker
Résultat TimeTracker