C# Class Hawkeye.UI.HawkeyePanel

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

Méthodes publiques

Méthode Description
HawkeyePanel ( ) : System.Drawing

Initializes a new instance of the HawkeyePanel class.

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

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

Method Details

HawkeyePanel() public méthode

Initializes a new instance of the HawkeyePanel class.
public HawkeyePanel ( ) : System.Drawing
Résultat System.Drawing

OnPaint() protected méthode

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