C# Class Andwho.Windows.Forms.QQTabControl

Inheritance: System.Windows.Forms.TabControl
Show file Open project: JimmyFung/DesktopHelper

Private Properties

Property Type Description
DrawBackground void
DrawImage void
DrawTabPages void
contextMenuStrip_Closed void

Public Methods

Method Description
QQTabControl ( ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void

OnMouseLeave ( EventArgs e ) : void

OnMouseMove ( MouseEventArgs e ) : void

OnPaint ( PaintEventArgs e ) : void

WndProc ( Message &m ) : void

Private Methods

Method Description
DrawBackground ( Graphics g ) : void

绘制背景

DrawImage ( Graphics g, Image image, Rectangle rect ) : void

绘图

DrawTabPages ( Graphics g ) : void
contextMenuStrip_Closed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void

Method Details

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

QQTabControl() public method

public QQTabControl ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void