In This Article

VisualStudio2002DocumentWindowTabStripRenderer Class

Provides a renderer for the TabStrip control that is similar to a Visual Studio 2002 document window style.

public class VisualStudio2002DocumentWindowTabStripRenderer : VisualStudio2002ToolWindowTabStripRenderer, IDisposable, IToolWindowTabStripRenderer, IDocumentWindowTabStripRenderer, ITabStripRenderer, IUIRenderer
Inheritance:
Object MarshalByRefObject DisposableObject TabStripRenderer VisualStudio2002ToolWindowTabStripRenderer Object
Implements:
IDisposable IToolWindowTabStripRenderer IDocumentWindowTabStripRenderer ITabStripRenderer IUIRenderer

Constructors

VisualStudio2002DocumentWindowTabStripRenderer()

Initializes a new instance of the VisualStudio2002DocumentWindowTabStripRenderer class.

public VisualStudio2002DocumentWindowTabStripRenderer()

Remarks

The default constructor initializes all fields to their default values.

Methods

ResetTabStripTabSelectedFont()

Resets the TabStripTabSelectedFont property to its default value.

public override void ResetTabStripTabSelectedFont()

ResetTabStripTabTextStringTrimming()

Resets the TabStripTabTextStringTrimming property to its default value.

public override void ResetTabStripTabTextStringTrimming()

ShouldSerializeTabStripTabSelectedFont()

Indicates whether the TabStripTabSelectedFont property should be persisted.

public override bool ShouldSerializeTabStripTabSelectedFont()

Returns

Boolean:

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

ShouldSerializeTabStripTabTextStringTrimming()

Indicates whether the TabStripTabTextStringTrimming property should be persisted.

public override bool ShouldSerializeTabStripTabTextStringTrimming()

Returns

Boolean:

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

Inherited Members