In This Article

VisualStudio2005Beta2DockRenderer Class

Provides a renderer for dock controls that have a Visual Studio 2005 Beta 2 appearance.

public class VisualStudio2005Beta2DockRenderer : VisualStudio2005DockRenderer, IDisposable, IDockRenderer, IUIRenderer
Inheritance:
Object MarshalByRefObject DisposableObject UIRenderer DockRenderer VisualStudio2002DockRenderer VisualStudio2005DockRenderer Object
Derived:
Office2003VisualStudio2005Beta2DockRenderer
Implements:
System.IDisposable IDockRenderer IUIRenderer

Constructors

VisualStudio2005Beta2DockRenderer()

Initializes a new instance of the VisualStudio2005Beta2DockRenderer class.

public VisualStudio2005Beta2DockRenderer()

Remarks

The default constructor initializes all fields to their default values.

VisualStudio2005Beta2DockRenderer(IWindowsColorScheme)

Initializes a new instance of the VisualStudio2005Beta2DockRenderer class.

protected VisualStudio2005Beta2DockRenderer(IWindowsColorScheme colorScheme)
Parameter Type Description
colorScheme IWindowsColorScheme

The IWindowsColorScheme to use as a base for the colors.

Remarks

The default constructor initializes all fields to their default values.

Methods

DrawAutoHideTab(PaintEventArgs, Rectangle, AutoHideTab)

Draws a AutoHideTab.

public override void DrawAutoHideTab(PaintEventArgs e, Rectangle bounds, AutoHideTab autoHideTab)
Parameter Type Description
e PaintEventArgs

A PaintEventArgs that contains the event data.

bounds Rectangle

The bounds in which to draw.

autoHideTab AutoHideTab

The AutoHideTab that is being painted.

MeasureAutoHideTab(Graphics, AutoHideTab)

Measures the tab for the specified AutoHideTab.

public override Size MeasureAutoHideTab(Graphics g, AutoHideTab autoHideTab)
Parameter Type Description
g Graphics

The Graphics object used to measure.

autoHideTab AutoHideTab

The AutoHideTab whose tab is being measured.

Returns

Size:

The Size of the tab.

Inherited Members

Extension Methods