WinForms › Explorer Bar › ThemeOrCustomColors
ThemeOrCustomColors
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls
Lists the available options of rendering colors, when the ReflectCurrentXPTheme property is set to false.
public enum ThemeOrCustomColors
Members at a glance
CustomColors | If the ReflectCurrentXPTheme property is set to false, use this value to set the ThemeOrCustomColors property, if you want the control to render itself using a cutsom colors as you may specify in the BinaryExplorerBar and BinaryExplorerBarPanel control objects. |
PreDefinedTheme | If the ReflectCurrentXPTheme property is set to false, use this value to set the ThemeOrCustomColors property, if you want the control to render itself using one of the pre-defined standard Windows XP theme emulating colors. |
Members
CustomColors
If the ReflectCurrentXPTheme property is set to false, use this value to set the ThemeOrCustomColors property, if you want the control to render itself using a cutsom colors as you may specify in the BinaryExplorerBar and BinaryExplorerBarPanel control objects.
PreDefinedTheme
If the ReflectCurrentXPTheme property is set to false, use this value to set the ThemeOrCustomColors property, if you want the control to render itself using one of the pre-defined standard Windows XP theme emulating colors.