TextControl.Colors Class
The TextControl.Colors class gets, sets or resets the display colors of a TextControl control. By default the display colors depend on sytem colors. With this class all colors can be individually designed. The colors are only used when the text control's BackgroundStyle property has been set to ColorScheme.
Introduced: 15.1.
Syntax
[C#]
public class TextControl.Colors
[Visual Basic]
Public Class TextControl.Colors
Constructors
| Constructor | | Description |
| TextControl.Colors | | Initializes a new instance of the TextControl.Colors class. |
Properties
| Property | | Description |
| 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. |
| LightShadowColor | | Gets or sets the display color for the shadow at the left and the top edge of the pages. |
Methods
See Also