C# Class Hawkeye.UI.Controls.TabControlEx

Hawkeye-style Tab control
Inheritance: CustomTabControl
Datei anzeigen Open project: odalet/Hawkeye2

Private Properties

Property Type Description

Protected Methods

Method Description
GetPath ( int index ) : GraphicsPath

Gets a graphics path representing how to draw the tab at the specified index.

Method Details

GetPath() protected method

Gets a graphics path representing how to draw the tab at the specified index.
protected GetPath ( int index ) : GraphicsPath
index int The tab index.
return System.Drawing.Drawing2D.GraphicsPath