Einhugur WinUI Bridge Plugin for Xojo

EinhugurWinUIBridge.UIElementColors Enum

Enum to be used with the UIElementColor function in the EinhugurWinUIBridge module.

enum EinhugurWinUIBridge.UIElementColors

Constants

ActiveCaption = 0An active caption element.
Background = 1A background element.
ButtonFace = 2A button face element.
ButtonText = 3The text displayed on a button.
CaptionText = 4The text displayed in a caption.
GrayText = 5Grayed text.
Highlight = 6A highlighted user interface (UI) element.
HighlightText = 7Highlighted text.
Hotlight = 8A hotlighted UI element.
InactiveCaption = 9An inactive caption element.
InactiveCaptionText = 10The text displayed in an inactive caption element.
Window = 11A window.
WindowText = 12The text displayed in a window's UI decoration.
AccentColor = 1000Windows accent color (Settings -> Personalization -> Colors -> Choose your accent color).
TextHigh = 1001Text ink highlighter high color.
TextMedium = 1002Text ink highlighter medium color.
TextLow = 1003Text ink highlighter low color.
TextContrastWithHigh = 1004Text contrast with ink highlighter.
NonTextHigh = 1005Non-text ink highlighter high color.
NonTextMediumHigh = 1006Non-text ink highlighter medium-high color.
NonTextMedium = 1007Non-text ink highlighter medium color.
NonTextMediumLow = 1008Non-text ink highlighter medium-low color.
NonTextLow = 1009Non-text ink highlighter low color.
PageBackground = 1010Page background.
PopupBackground = 1011Popup background.
OverlayOutsidePopup = 1012Popup outside overlay.