C# Class Hawkeye.UI.HawkeyePanel

Specialized panel with a border drawn on three sides (top, left and right)
Inheritance: System.Windows.Forms.Panel
Exibir arquivo Open project: odalet/Hawkeye2

Public Methods

Method Description
HawkeyePanel ( ) : System.Drawing

Initializes a new instance of the HawkeyePanel class.

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Raises the E:System.Windows.Forms.Control.Paint event.

Method Details

HawkeyePanel() public method

Initializes a new instance of the HawkeyePanel class.
public HawkeyePanel ( ) : System.Drawing
return System.Drawing

OnPaint() protected method

Raises the E:System.Windows.Forms.Control.Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
return void