C# Class Hawkeye.UI.HawkeyeTabControl

Specialized tab control with a border drawn on three sides (bottom, left and right)
Inheritance: TabControlEx
显示文件 Open project: odalet/Hawkeye2

Public Methods

Method Description
HawkeyeTabControl ( ) : System.Drawing

Initializes a new instance of the HawkeyeTabControl class.

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs pevent ) : void

Paints the background of the control.

PaintTabPageBorder ( PaintEventArgs e ) : void

Paints the tab page border.

Method Details

HawkeyeTabControl() public method

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

OnPaintBackground() protected method

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

PaintTabPageBorder() protected method

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