BorderWidth Property

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

Syntax

Visual Basic Overridable  Public  Property BorderWidth As Unit
C# public   virtual Unit BorderWidth { get; set; }
Managed C++ public:  __property virtual  Unit get_BorderWidth();
public:  __property virtual  void set_BorderWidth(Unit);
JScript public   function get BorderWidth() : Unit;
public   function set BorderWidth(Unit);

Possible Values

sBorderColor Unit indicating the border width 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