MenuItemTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for menu items.
public static class MenuItemThemeInheritance
Object → MenuItemTheme
Fields
AcceleratorBackgroundColor
The background color of accelerator characters.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> AcceleratorBackgroundColorAcceleratorForegroundColor
The foreground color of accelerator characters.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> AcceleratorForegroundColorAcceleratorUnderline
Whether accelerator characters should be underlined.
Returns: Hex1bThemeElement<Boolean>
public static readonly Hex1bThemeElement<bool> AcceleratorUnderlineBackgroundColor
The background color of menu items.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorDisabledForegroundColor
The foreground color of disabled menu items.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> DisabledForegroundColorFocusedBackgroundColor
The background color of focused menu items.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColorFocusedForegroundColor
The foreground color of focused menu items.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColorForegroundColor
The foreground color of menu items.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorHoveredBackgroundColor
The background color of hovered menu items.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoveredBackgroundColorHoveredForegroundColor
The foreground color of hovered menu items.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColorSubmenuIndicator
The indicator string for submenus (appears at end of submenu items).
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> SubmenuIndicator