BorderColor (Get Method)

Gets the value of "Border Color" property.

color  BorderColor() const

Return Value

Value of "Border Color" property of the object assigned to the class instance. If there is no object assigned, it returns CLR_NONE.

BorderColor (Set Method)

Sets new value for "Border Color" property.

bool  BorderColor(
   color  new_color      // new property value
   )

Parameters

new_color

[in]  New value for "Border Color" property.

Return Value

true - success, false - cannot change the property.