C# 클래스 Hawkeye.UI.HawkeyeTabControl

Specialized tab control with a border drawn on three sides (bottom, left and right)
상속: TabControlEx
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
HawkeyeTabControl ( ) : System.Drawing

Initializes a new instance of the HawkeyeTabControl class.

보호된 메소드들

메소드 설명
OnPaintBackground ( PaintEventArgs pevent ) : void

Paints the background of the control.

PaintTabPageBorder ( PaintEventArgs e ) : void

Paints the tab page border.

메소드 상세

HawkeyeTabControl() 공개 메소드

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

OnPaintBackground() 보호된 메소드

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

PaintTabPageBorder() 보호된 메소드

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