StyleAwareRichTextBox ColorText Method CleanCode C# Libraries v1.2.03 API
Colors all occurrences of the specified text.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void ColorText(
	string text,
	Color color
)
See Also