SetBorderColor

SetBorderColor(r, g, b, bNone) → { boolean }

Inherited From: ApiFormBase#SetBorderColor

Sets the border color to the current form.

Parameters:

Name Type Description
r byte

Red color component value.

g byte

Green color component value.

b byte

Blue color component value.

bNone boolean

Defines that border color will not be set.

Returns:

Type
boolean