C# Class Fraysa.MapleStory.Studio.Controls.VisualStudioRenderer

Represents a tool strip renderer for a Visual Studio 2015-like interface.
Inheritance: ToolStripProfessionalRenderer
Show file Open project: Fraysa/MapleStory.Studio

Public Methods

Method Description
VisualStudioRenderer ( ) : System.Drawing

Initializes a new instance of the VisualStudioRenderer class.

Protected Methods

Method Description
OnRenderGrip ( ToolStripGripRenderEventArgs e ) : void

Method Details

OnRenderGrip() protected method

protected OnRenderGrip ( ToolStripGripRenderEventArgs e ) : void
e ToolStripGripRenderEventArgs A that contains the event data.
return void

VisualStudioRenderer() public method

Initializes a new instance of the VisualStudioRenderer class.
public VisualStudioRenderer ( ) : System.Drawing
return System.Drawing