C# Class SecureDeleteWinForms.PanelEx

Inheritance: System.Windows.Forms.Panel
Show file Open project: gratianlup/SecureDelete

Public Properties

Property Type Description
timeTracker TimeTracker

Public Methods

Method Description
PanelEx ( ) : System
StartAnimation ( int duration ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
AnimationCompletedHandler ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
PanelEx_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

OnPaint() protected method

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

PanelEx() public method

public PanelEx ( ) : System
return System

StartAnimation() public method

public StartAnimation ( int duration ) : void
duration int
return void

Property Details

timeTracker public property

public TimeTracker,SecureDeleteWinForms timeTracker
return TimeTracker