In This Article

MetroStatusBarRenderer Class

Provides a base renderer for StatusBar controls that have a Metro appearance.

public class MetroStatusBarRenderer : StatusBarRenderer, IDisposable, IStatusBarRenderer, IUIRenderer
Inheritance:
object MarshalByRefObject DisposableObject UIRenderer StatusBarRenderer object
Implements:
IDisposable IStatusBarRenderer IUIRenderer

Constructors

MetroStatusBarRenderer()

Initializes a new instance of the MetroStatusBarRenderer class.

public MetroStatusBarRenderer()

MetroStatusBarRenderer(IWindowsColorScheme)

Initializes a new instance of the MetroStatusBarRenderer class.

public MetroStatusBarRenderer(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.

MetroStatusBarRenderer(WindowsColorSchemeType)

Initializes a new instance of the MetroStatusBarRenderer class.

public MetroStatusBarRenderer(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.

StatusBarBackgroundFill

Gets or sets the BackgroundFill for a statusbar.

public BackgroundFill StatusBarBackgroundFill { get; set; }

Property Value

BackgroundFill:

The BackgroundFill for a statusbar.

StatusBarGripperDarkColor

Gets or sets the dark Color of the gripper.

public Color StatusBarGripperDarkColor { get; set; }

Property Value

Color:

A Color object specifying the dark color of the gripper.

StatusBarGripperLightColor

Gets or sets the light Color of the gripper.

public Color StatusBarGripperLightColor { get; set; }

Property Value

Color:

A Color object specifying the light color of the gripper.

StatusBarPanelDefaultBackgroundFill

Gets or sets the default BackgroundFill for a statusbar panel.

public BackgroundFill StatusBarPanelDefaultBackgroundFill { get; set; }

Property Value

BackgroundFill:

The default BackgroundFill for a statusbar panel.

StatusBarPanelDefaultDisabledForeColor

Gets or sets the default disabled foreground color of statusbar panel text.

public Color StatusBarPanelDefaultDisabledForeColor { get; set; }

Property Value

Color:

A Color object specifying the default disabled foreground color of statusbar panel text.

StatusBarPanelDefaultForeColor

Gets or sets the default foreground color of statusbar panel text.

public Color StatusBarPanelDefaultForeColor { get; set; }

Property Value

Color:

A Color object specifying the default foreground color of statusbar panel text.

StatusBarProgressBarPanelDefaultFilledBackgroundFill

Gets or sets the default BackgroundFill for a progress bar panel's filled area.

public BackgroundFill StatusBarProgressBarPanelDefaultFilledBackgroundFill { get; set; }

Property Value

BackgroundFill:

The default BackgroundFill for a progress bar panel's filled area.

StatusBarProgressBarPanelDefaultUnfilledBackgroundFill

Gets or sets the default BackgroundFill for a progress bar panel's unfilled area.

public BackgroundFill StatusBarProgressBarPanelDefaultUnfilledBackgroundFill { get; set; }

Property Value

BackgroundFill:

The default BackgroundFill for a progress bar panel's unfilled area.

Methods

Dispose(bool)

Disposes any resources used by the object.

protected override void Dispose(bool disposing)
Parameter Type Description
disposing bool

Whether the object is being disposed.

DrawStatusBarBackground(PaintEventArgs, Rectangle, StatusBar)

Draws the background of a StatusBar control.

public override void DrawStatusBarBackground(PaintEventArgs e, Rectangle bounds, StatusBar statusBar)
Parameter Type Description
e PaintEventArgs

A PaintEventArgs that contains the event data.

bounds Rectangle

The bounds in which to draw.

statusBar StatusBar

The StatusBar being painted.

DrawStatusBarGripper(PaintEventArgs, Rectangle, StatusBar)

Draws the gripper of a StatusBar control.

public override void DrawStatusBarGripper(PaintEventArgs e, Rectangle bounds, StatusBar statusBar)
Parameter Type Description
e PaintEventArgs

A PaintEventArgs that contains the event data.

bounds Rectangle

The bounds in which to draw.

statusBar StatusBar

The StatusBar being painted.

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.

ResetAll(bool)

Resets all property values to their defaults.

protected override void ResetAll(bool force)
Parameter Type Description
force bool

Whether to force resetting.

ResetStatusBarBackgroundFill()

Resets the StatusBarBackgroundFill property to its default value.

public virtual void ResetStatusBarBackgroundFill()

ResetStatusBarGripperDarkColor()

Resets the StatusBarGripperDarkColor property to its default value.

public virtual void ResetStatusBarGripperDarkColor()

ResetStatusBarGripperLightColor()

Resets the StatusBarGripperLightColor property to its default value.

public virtual void ResetStatusBarGripperLightColor()

ResetStatusBarPanelDefaultBackgroundFill()

Resets the StatusBarPanelDefaultBackgroundFill property to its default value.

public virtual void ResetStatusBarPanelDefaultBackgroundFill()

ResetStatusBarPanelDefaultDisabledForeColor()

Resets the StatusBarPanelDefaultDisabledForeColor property to its default value.

public virtual void ResetStatusBarPanelDefaultDisabledForeColor()

ResetStatusBarPanelDefaultForeColor()

Resets the StatusBarPanelDefaultForeColor property to its default value.

public virtual void ResetStatusBarPanelDefaultForeColor()

ResetStatusBarProgressBarPanelDefaultFilledBackgroundFill()

Resets the StatusBarProgressBarPanelDefaultFilledBackgroundFill property to its default value.

public virtual void ResetStatusBarProgressBarPanelDefaultFilledBackgroundFill()

ResetStatusBarProgressBarPanelDefaultUnfilledBackgroundFill()

Resets the StatusBarProgressBarPanelDefaultUnfilledBackgroundFill property to its default value.

public virtual void ResetStatusBarProgressBarPanelDefaultUnfilledBackgroundFill()

ShouldSerializeStatusBarBackgroundFill()

Indicates whether the StatusBarBackgroundFill property should be persisted.

public virtual bool ShouldSerializeStatusBarBackgroundFill()

Returns

bool:

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

ShouldSerializeStatusBarGripperDarkColor()

Indicates whether the StatusBarGripperDarkColor property should be persisted.

public virtual bool ShouldSerializeStatusBarGripperDarkColor()

Returns

bool:

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

ShouldSerializeStatusBarGripperLightColor()

Indicates whether the StatusBarGripperLightColor property should be persisted.

public virtual bool ShouldSerializeStatusBarGripperLightColor()

Returns

bool:

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

ShouldSerializeStatusBarPanelDefaultBackgroundFill()

Indicates whether the StatusBarPanelDefaultBackgroundFill property should be persisted.

public virtual bool ShouldSerializeStatusBarPanelDefaultBackgroundFill()

Returns

bool:

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

ShouldSerializeStatusBarPanelDefaultDisabledForeColor()

Indicates whether the StatusBarPanelDefaultDisabledForeColor property should be persisted.

public virtual bool ShouldSerializeStatusBarPanelDefaultDisabledForeColor()

Returns

bool:

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

ShouldSerializeStatusBarPanelDefaultForeColor()

Indicates whether the StatusBarPanelDefaultForeColor property should be persisted.

public virtual bool ShouldSerializeStatusBarPanelDefaultForeColor()

Returns

bool:

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

ShouldSerializeStatusBarProgressBarPanelDefaultFilledBackgroundFill()

Indicates whether the StatusBarProgressBarPanelDefaultFilledBackgroundFill property should be persisted.

public virtual bool ShouldSerializeStatusBarProgressBarPanelDefaultFilledBackgroundFill()

Returns

bool:

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

ShouldSerializeStatusBarProgressBarPanelDefaultUnfilledBackgroundFill()

Indicates whether the StatusBarProgressBarPanelDefaultUnfilledBackgroundFill property should be persisted.

public virtual bool ShouldSerializeStatusBarProgressBarPanelDefaultUnfilledBackgroundFill()

Returns

bool:

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

Inherited Members