메소드 | 설명 | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnControlAdded ( ControlEventArgs e ) : void | ||
e | ControlEventArgs | |
리턴 | void |
protected OnControlRemoved ( ControlEventArgs e ) : void | ||
e | ControlEventArgs | |
리턴 | void |
protected OnInvalidated ( InvalidateEventArgs e ) : void | ||
e | InvalidateEventArgs | |
리턴 | void |