C# Class Andwho.Windows.Forms.TabStripMenuGlyph

显示文件 Open project: JimmyFung/DesktopHelper

Public Methods

Method Description
DrawGlyph ( Graphics g ) : void

绘制菜单图型

Private Methods

Method Description
TabStripMenuGlyph ( ) : System
TabStripMenuGlyph ( Rectangle bounds, EMouseState mouseState ) : System
TabStripMenuGlyph ( System.Windows.Forms.ToolStripProfessionalRenderer renderer ) : System

Method Details

DrawGlyph() public method

绘制菜单图型
public DrawGlyph ( Graphics g ) : void
g System.Drawing.Graphics
return void