BorderColor Property

Sets or retrieves a value that indicates the border color of the Web control.

Syntax

Visual Basic Overridable  Public  Property BorderColor As Color
C# public   virtual  Color BorderColor { get; set; }
Managed C++ public:  __property virtual Color get_BorderColor();
public:  __property virtual  void set_BorderColor(Color);
JScript public   function get BorderColor() : Color;
public   function set BorderColor(Color);

Possible Values

sBorderColor The border color of the Web control.

The property is read/write. The property has no default value.

Applies To

TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl