C# 클래스 NetIde.Util.Forms.VS2012ToolStripRenderer

상속: System.Windows.Forms.ToolStripProfessionalRenderer
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
RefreshToolStrips ( ) : void
VS2012ToolStripRenderer ( ) : System

보호된 메소드들

메소드 설명
OnRenderButtonBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
OnRenderMenuItemBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnRenderButtonBackground() 보호된 메소드

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

OnRenderMenuItemBackground() 보호된 메소드

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

RefreshToolStrips() 공개 메소드

public RefreshToolStrips ( ) : void
리턴 void

VS2012ToolStripRenderer() 공개 메소드

public VS2012ToolStripRenderer ( ) : System
리턴 System