Table of Contents

Method GetForeColor

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetForeColor(bool)

Retrieves foreground color in accordance with specified parameter and editor settings.

public virtual Color GetForeColor(bool readOnly)

Parameters

readOnly bool

Specifies whether method should return foreground color for readonly state.

Returns

Color

Appropriate foreground color.