C# 클래스 Shellscape.UI.ControlPanel.ControlPanelNavigation

상속: Controls.DoubleBufferedPanel
파일 보기 프로젝트 열기: shellscape/Shellscape.Common

공개 메소드들

메소드 설명
ControlPanelNavigation ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
DrawBackground ( ) : void

메소드 상세

ControlPanelNavigation() 공개 메소드

public ControlPanelNavigation ( ) : System
리턴 System

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void