Table of Contents

Delegate ResolveSplitterColorsDelegate

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

Represents the method that will handle the event when the splitter colors are resolved.

public delegate void ResolveSplitterColorsDelegate(out Color? backColor, out Color? foreColor)

Parameters

backColor Color

The background color for the splitter.

foreColor Color

The foreground color for the splitter.