C# Class CustomerService.ShadowPanel

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: NanQi/demo

Public Methods

Method Description
ShadowPanel ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

OnPaint() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e EventArgs
return void

ShadowPanel() public method

public ShadowPanel ( ) : System
return System