C# Class Shellscape.UI.ControlPanel.ControlPanelNavigation

Inheritance: Controls.DoubleBufferedPanel
ファイルを表示 Open project: shellscape/Shellscape.Common

Public Methods

Method Description
ControlPanelNavigation ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
DrawBackground ( ) : void

Method Details

ControlPanelNavigation() public method

public ControlPanelNavigation ( ) : System
return System

OnPaint() protected method

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

OnPaintBackground() protected method

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

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void