The TextControl.Colors class gets, sets or resets the display colors of a Windows Forms TextControl control. By default the display colors depend on sytem colors or a default value. With this class all colors can be individually designed.

Syntax

public class TextControl.Colors
Public Class TextControl.Colors

Introduced: 15.1.

Constructors

Constructor Description
Colors Initializes a new instance of the TextControl.Colors class.

Methods

Method Description
ResetActiveFormFieldColor Resets the text control's ActiveFormFieldColor to its default value.
ResetDarkShadowColor Resets the text control's DarkShadowColor to its system dependent default value.
ResetDesktopColor Resets the text control's DesktopColor to its system dependent default value.
ResetFormFieldColor Resets the text control's FormFieldColor to its default value.
ResetHeaderFooterLabelColor Resets the text control's HeaderFooterLabelColor to its system dependent default value.
ResetHeaderFooterLineColor Resets the text control's HeaderFooterLineColor to its system dependent default value.
ResetLightShadowColor Resets the text control's LightShadowColor to its system dependent default value.

Properties

Property Description
ActiveFormFieldColor Gets or sets the highlight color of a form field containing the current text input position.
DarkShadowColor Gets or sets the display color for the shadow at the right and the bottom edge of the pages.
DesktopColor Gets or sets the display color for the area around the pages.
FormFieldColor Gets or sets the highlight color of a form field.
HeaderFooterLabelColor Gets or sets the display color for the label showing which header or footer is activated.
HeaderFooterLineColor Gets or sets the display color for the dividing line between headers and footers and the main text.
LightShadowColor Gets or sets the display color for the shadow at the left and the top edge of the pages.