C# Class NetIde.Util.Forms.VS2012ToolStripRenderer

Inheritance: System.Windows.Forms.ToolStripProfessionalRenderer
ファイルを表示 Open project: netide/netide

Public Methods

Method Description
RefreshToolStrips ( ) : void
VS2012ToolStripRenderer ( ) : System

Protected Methods

Method Description
OnRenderButtonBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
OnRenderMenuItemBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void

Private Methods

Method Description
DrawRectangle ( Graphics graphics, Rectangle rect, Color brushBegin, Color brushMiddle, Color brushEnd, Color penColor, bool glass ) : void
DrawRectangle ( Graphics graphics, Rectangle rect, Color brushBegin, Color brushEnd, Color penColor, bool glass ) : void
DrawRectangle ( Graphics graphics, Rectangle rect, Color brush, Color penColor, bool glass ) : void
DrawRoundRectangle ( Graphics graphics, Pen pen, Rectangle rect, int radius ) : void
DrawRoundRectangle ( Graphics graphics, Pen pen, float x, float y, float width, float height, float radius ) : void
FillRoundRectangle ( Graphics graphics, Brush brush, Rectangle rect, int radius ) : void
FillRoundRectangle ( Graphics graphics, Brush brush, float x, float y, float width, float height, float radius ) : void
GetCapsule ( RectangleF baseRect ) : GraphicsPath
GetRoundedRect ( RectangleF baseRect, float radius ) : GraphicsPath

Method Details

OnRenderButtonBackground() protected method

protected OnRenderButtonBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
e System.Windows.Forms.ToolStripItemRenderEventArgs
return void

OnRenderMenuItemBackground() protected method

protected OnRenderMenuItemBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
e System.Windows.Forms.ToolStripItemRenderEventArgs
return void

RefreshToolStrips() public method

public RefreshToolStrips ( ) : void
return void

VS2012ToolStripRenderer() public method

public VS2012ToolStripRenderer ( ) : System
return System