C# Class SecureDeleteWinForms.PanelExHost

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
PanelExHost ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnControlAdded ( ControlEventArgs e ) : void
OnControlRemoved ( ControlEventArgs e ) : void
OnInvalidated ( InvalidateEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs eventargs ) : void
OnScroll ( ScrollEventArgs se ) : void

Private Methods

Méthode Description
AnimationCompleted ( object sender, EventArgs e ) : void
DrawBorders ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LayoutPanels ( ) : void
PanelLayoutChanged ( object sender, EventArgs e ) : void
PanelStateChanged ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnControlAdded() protected méthode

protected OnControlAdded ( ControlEventArgs e ) : void
e ControlEventArgs
Résultat void

OnControlRemoved() protected méthode

protected OnControlRemoved ( ControlEventArgs e ) : void
e ControlEventArgs
Résultat void

OnInvalidated() protected méthode

protected OnInvalidated ( InvalidateEventArgs e ) : void
e InvalidateEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( 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 eventargs ) : void
eventargs EventArgs
Résultat void

OnScroll() protected méthode

protected OnScroll ( ScrollEventArgs se ) : void
se ScrollEventArgs
Résultat void

PanelExHost() public méthode

public PanelExHost ( ) : System
Résultat System