Name
Texteditor.Color -- set/get current text color
Function
This attribute can be used to set/get the current text color. Any text entered after setting this attribute will appear in the specified color. To change the color of existing text, use the Texteditor.SetColor method instead. The color has to be passed as a 24-bit RGB value.

You can also setup a notification on this attribute to learn when the cursor has been moved over text in a different color.

Note that this feature requires Texteditor.Styled to be set to True.

Type
Number

Applicability
SGN


Show TOC