Method ResolveOverlayToolTipColors
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
foreColorColorWhen this method returns, contains the resolved foreground color for the tooltip text.
backColorColorWhen this method returns, contains the resolved background color for the tooltip.
borderColorColorWhen 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.