C# Class Hawkeye.UI.HawkeyeTabControl

Specialized tab control with a border drawn on three sides (bottom, left and right)
Inheritance: TabControlEx
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
HawkeyeTabControl ( ) : System.Drawing

Initializes a new instance of the HawkeyeTabControl class.

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs pevent ) : void

Paints the background of the control.

PaintTabPageBorder ( PaintEventArgs e ) : void

Paints the tab page border.

Method Details

HawkeyeTabControl() public méthode

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

OnPaintBackground() protected méthode

Paints the background of the control.
protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs A that contains information about the control to paint.
Résultat void

PaintTabPageBorder() protected méthode

Paints the tab page border.
protected PaintTabPageBorder ( PaintEventArgs e ) : void
e PaintEventArgs The instance containing the event data.
Résultat void