C# Class GrayIris.Utilities.UI.Controls.VsTabDrawer

Provides drawing capabilities that mimic the Visual Studio tabs.
Inheritance: GrayIris.Utilities.UI.Controls.YaTabDrawer
ファイルを表示 Open project: realistschuckle/yet-another-tab-control

Public Methods

Method Description
DrawTab ( Color foreColor, Color backColor, Color highlightColor, Color shadowColor, Color borderColor, Color hoverColor, bool active, bool mouseOver, DockStyle dock, Graphics graphics, SizeF tabSize, bool isNewTab ) : void

Inherited from YaTabDrawerBase.

SupportsTabDockStyle ( DockStyle dock ) : bool

Inherited from YaTabDrawerBase.

VsTabDrawer ( ) : System

Creates an instance of the VsTabDrawer class.

Method Details

DrawTab() public method

Inherited from YaTabDrawerBase.
public DrawTab ( Color foreColor, Color backColor, Color highlightColor, Color shadowColor, Color borderColor, Color hoverColor, bool active, bool mouseOver, DockStyle dock, Graphics graphics, SizeF tabSize, bool isNewTab ) : void
foreColor Color See .
backColor Color See .
highlightColor Color See .
shadowColor Color See .
borderColor Color See .
hoverColor Color See .
active bool See .
mouseOver bool See .
dock DockStyle See .
graphics System.Drawing.Graphics See .
tabSize System.Drawing.SizeF See .
isNewTab bool
return void

SupportsTabDockStyle() public method

Inherited from YaTabDrawerBase.
public SupportsTabDockStyle ( DockStyle dock ) : bool
dock DockStyle See .
return bool

VsTabDrawer() public method

Creates an instance of the VsTabDrawer class.
public VsTabDrawer ( ) : System
return System