HypernovaDesktop Components · docs
Binarymission
WinFormsPanel Bar › PanelBarItemColorRenderingStyle

PanelBarItemColorRenderingStyle

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls

Lists the possible rendering styles, to render the item's area drawing.

public enum PanelBarItemColorRenderingStyle

Members at a glance

DefaultDraws the item rectangle using the default style - i.e. Outlook
OfficeStyleRendererDraws the item rectangle using a built-in engine to render similar to MS Office color rendering on hovered items.
WindowsOSThemeSettingsDraws the item rectangle using the relevant colors defined in the Windows OS's current theme settings.

Members

Default

Draws the item rectangle using the default style - i.e. Outlook

OfficeStyleRenderer

Draws the item rectangle using a built-in engine to render similar to MS Office color rendering on hovered items.

WindowsOSThemeSettings

Draws the item rectangle using the relevant colors defined in the Windows OS's current theme settings.

You cannot use this value when the XPTheme property is set to anything other than None.