System.Windows.Forms.TabRenderer Members

The members of System.Windows.Forms.TabRenderer are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
IsSupportedbool.

Gets a value indicating whether the System.Windows.Forms.TabRenderer class can be used to draw a tab control with visual styles.

Public Methods

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds.

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, bool, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds, and with an optional focus rectangle.

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds, and with the specified text.

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, System.Drawing.Image, System.Drawing.Rectangle, bool, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds, with the specified image, and with an optional focus rectangle.

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, bool, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds, with the specified text, and with an optional focus rectangle.

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, bool, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds, with the specified text and text formatting, and with an optional focus rectangle.

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Image, System.Drawing.Rectangle, bool, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds, with the specified text and image, and with an optional focus rectangle.

static
DrawTabItem(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, System.Drawing.Image, System.Drawing.Rectangle, bool, System.Windows.Forms.VisualStyles.TabItemState)

Draws a tab in the specified state and bounds; with the specified text, text formatting, and image; and with an optional focus rectangle.

static
DrawTabPage(System.Drawing.Graphics, System.Drawing.Rectangle)

Draws a tab page in the specified bounds.