borderColorSingle

Type: Integer

Availability: Read or write at any time

The borderColorSingle property of the Control class contains the RGB scheme color of the control border when the borderStyle property is set to BorderStyle_Single (1).

When the border style is single, you can use this property to set the border color to a specific color if you do not want the default color of black used; for example, you could set the value to red (255) to indicate at run time that information has not been provided in that control.