C# 클래스 SecureDeleteWinForms.PanelExHost

파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
PanelExHost ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

OnControlAdded() 보호된 메소드

protected OnControlAdded ( ControlEventArgs e ) : void
e ControlEventArgs
리턴 void

OnControlRemoved() 보호된 메소드

protected OnControlRemoved ( ControlEventArgs e ) : void
e ControlEventArgs
리턴 void

OnInvalidated() 보호된 메소드

protected OnInvalidated ( InvalidateEventArgs e ) : void
e InvalidateEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs eventargs ) : void
eventargs EventArgs
리턴 void

OnScroll() 보호된 메소드

protected OnScroll ( ScrollEventArgs se ) : void
se ScrollEventArgs
리턴 void

PanelExHost() 공개 메소드

public PanelExHost ( ) : System
리턴 System