TextBoxTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for TextBox widgets.
public static class TextBoxThemeInheritance
Object → TextBoxTheme
Fields
BackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorCursorBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> CursorBackgroundColorCursorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> CursorForegroundColorFillBackgroundColor
Background color used in fill mode to delineate the text area.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FillBackgroundColorFocusedFillBackgroundColor
Background color used in fill mode when the text box has focus. Slightly lighter than to indicate active input.
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedFillBackgroundColorFocusedForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorHoverCursorBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoverCursorBackgroundColorHoverCursorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoverCursorForegroundColorLeftBracket
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> LeftBracketRightBracket
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> RightBracketSelectionBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectionBackgroundColorSelectionForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectionForegroundColorUseFillMode
When true, renders the text box with a background fill instead of brackets. This mode is typically enabled by form containers via ThemePanel.
Returns: Hex1bThemeElement<Boolean>
public static readonly Hex1bThemeElement<bool> UseFillMode