Table of Contents

Method GetBackColor

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

GetBackColor(Color, TextStyle)

Retrieves background color corresponding to given state.

public override Color GetBackColor(Color color, TextStyle state)

Parameters

color Color

Default color.

state TextStyle

Additional color flags.

Returns

Color

New value of background color.

GetBackColor(TextStyle)

protected Color GetBackColor(TextStyle state)

Parameters

state TextStyle

Returns

Color

GetBackColor(bool)

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

public virtual Color GetBackColor(bool readOnly)

Parameters

readOnly bool

Specifies whether method should return background color for readonly state.

Returns

Color

Appropriate background color.