C# Class NetIde.Util.Forms.VS2012ToolStripRenderer

Inheritance: System.Windows.Forms.ToolStripProfessionalRenderer
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
RefreshToolStrips ( ) : void
VS2012ToolStripRenderer ( ) : System

Méthodes protégées

Méthode Description
OnRenderButtonBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
OnRenderMenuItemBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnRenderButtonBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
e System.Windows.Forms.ToolStripItemRenderEventArgs
Résultat void

OnRenderMenuItemBackground() protected méthode

protected OnRenderMenuItemBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
e System.Windows.Forms.ToolStripItemRenderEventArgs
Résultat void

RefreshToolStrips() public méthode

public RefreshToolStrips ( ) : void
Résultat void

VS2012ToolStripRenderer() public méthode

public VS2012ToolStripRenderer ( ) : System
Résultat System