Table of Contents

Method ResolveOverlayToolTipColors

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ResolveOverlayToolTipColors(out Color, out Color, out Color)

Resolves the foreground, background, and border colors to be used for an overlay tooltip, based on current theme and customization settings.

protected virtual void ResolveOverlayToolTipColors(out Color foreColor, out Color backColor, out Color borderColor)

Parameters

foreColor Color

When this method returns, contains the resolved foreground color for the tooltip text.

backColor Color

When this method returns, contains the resolved background color for the tooltip.

borderColor Color

When this method returns, contains the resolved border color for the tooltip.

Remarks

This method selects appropriate colors for overlay tooltips by considering user-defined color properties and the current background theme. Override this method to customize tooltip color resolution logic in derived classes.