In This Article

Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer Class

Provides a renderer for the TabStrip control that is similar to a Visual Studio 2005 Beta 2 tool window style, using Office 2003 colors.

public class Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer : VisualStudio2005Beta2ToolWindowTabStripRenderer, IDisposable, IToolWindowTabStripRenderer, ITabStripRenderer, IUIRenderer
Inheritance:
Object MarshalByRefObject DisposableObject TabStripRenderer VisualStudio2005ToolWindowTabStripRenderer VisualStudio2005Beta2ToolWindowTabStripRenderer Object
Implements:
IDisposable IToolWindowTabStripRenderer ITabStripRenderer IUIRenderer

Constructors

Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer()

Initializes a new instance of the Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer class.

public Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer()

Remarks

The default constructor initializes all fields to their default values.

Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer(WindowsColorScheme)

Initializes a new instance of the Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer class.

public Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer(WindowsColorScheme colorScheme)
Parameter Type Description
colorScheme WindowsColorScheme

The WindowsColorScheme to use as a base for the colors.

Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer(WindowsColorSchemeType)

Initializes a new instance of the Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer class.

public Office2003VisualStudio2005Beta2ToolWindowTabStripRenderer(WindowsColorSchemeType colorSchemeType)
Parameter Type Description
colorSchemeType WindowsColorSchemeType

The WindowsColorSchemeType to use as a base for the colors.

Properties

BaseColorSchemeType

Gets or sets the WindowsColorSchemeType to use as a base for the colors.

public WindowsColorSchemeType BaseColorSchemeType { get; set; }

Property Value

WindowsColorSchemeType:

The WindowsColorSchemeType to use as a base for the colors.

Methods

ResetTabStripPageDefaultBackgroundFill()

Resets the TabStripPageDefaultBackgroundFill property to its default value.

public override void ResetTabStripPageDefaultBackgroundFill()

ResetTabStripTabContainerBackgroundFill()

Resets the TabStripTabContainerBackgroundFill property to its default value.

public override void ResetTabStripTabContainerBackgroundFill()

ShouldSerializeTabStripPageDefaultBackgroundFill()

Indicates whether the TabStripPageDefaultBackgroundFill property should be persisted.

public override bool ShouldSerializeTabStripPageDefaultBackgroundFill()

Returns

Boolean:

true if the property value has changed from its default; otherwise, false.

ShouldSerializeTabStripTabContainerBackgroundFill()

Indicates whether the TabStripTabContainerBackgroundFill property should be persisted.

public override bool ShouldSerializeTabStripTabContainerBackgroundFill()

Returns

Boolean:

true if the property value has changed from its default; otherwise, false.

Inherited Members