In This Article

Office2003StatusBarRenderer Class

Provides a renderer for StatusBar controls that have an Office 2003 appearance.

public class Office2003StatusBarRenderer : VisualStudio2005StatusBarRenderer, IDisposable, IStatusBarRenderer, IUIRenderer
Inheritance:
Object MarshalByRefObject DisposableObject StatusBarRenderer VisualStudio2005StatusBarRenderer Object
Implements:
IDisposable IStatusBarRenderer IUIRenderer

Constructors

Office2003StatusBarRenderer()

Initializes a new instance of the Office2003StatusBarRenderer class.

public Office2003StatusBarRenderer()

Remarks

The default constructor initializes all fields to their default values.

Methods

DrawStatusBarLabelPanel(PaintEventArgs, Rectangle, StatusBarLabelPanel)

Draws the a StatusBarLabelPanel.

public override void DrawStatusBarLabelPanel(PaintEventArgs e, Rectangle bounds, StatusBarLabelPanel panel)
Parameter Type Description
e PaintEventArgs

A PaintEventArgs that contains the event data.

bounds Rectangle

The bounds in which to draw.

panel StatusBarLabelPanel

The StatusBarLabelPanel being painted.

DrawStatusBarProgressBarPanel(PaintEventArgs, Rectangle, StatusBarProgressBarPanel)

public override void DrawStatusBarProgressBarPanel(PaintEventArgs e, Rectangle bounds, StatusBarProgressBarPanel panel)
Parameter Type Description
e PaintEventArgs

A PaintEventArgs that contains the event data.

bounds Rectangle

The bounds in which to draw.

panel StatusBarProgressBarPanel

The StatusBarProgressBarPanel being painted.

Inherited Members