MenuRenderingStyle
enum.NET Framework 4.8Binarymission.WinForms.Controls.MenuControls
Lists the possible types of theme emulation, when drawing the menu items's side bar (the left-hand side bar) when drawing the menu items with MenuSideBarRenderingStyle as GradientBrushStyle style.
public enum MenuRenderingStyle
Members at a glance
Custom | Emulates the Outlook style with a custom theme, where the start gradient color will always be White and the end color will be the value set in MenuItemControlColor property. |
None | This value will ensure that the DrawMenuSideBarUsingThisStyle property uses the SolidBrush value when rendering the menu item's side-bar area. |
OutlookBlueTheme | Emulates the Outlook style with XP Blue theme. |
OutlookOliveTheme | Emulates the Outlook style with XP Olive theme. |
OutlookSilverTheme | Emulates the Outlook style with XP Silver theme. |
Members
Custom
Emulates the Outlook style with a custom theme, where the start gradient color will always be White and the end color will be the value set in MenuItemControlColor property.
None
This value will ensure that the DrawMenuSideBarUsingThisStyle property uses the SolidBrush value when rendering the menu item's side-bar area.
OutlookBlueTheme
Emulates the Outlook style with XP Blue theme.
OutlookOliveTheme
Emulates the Outlook style with XP Olive theme.
OutlookSilverTheme
Emulates the Outlook style with XP Silver theme.