BorderStyle Property
Sets or retrieves a value that indicates the border style of the Web control.
Syntax
Visual Basic Overridable Public Property BorderStyle As BorderStyle C# public virtual BorderStyle BorderStyle { get; set; } Managed C++ public: __property virtual BorderStyle get_BorderStyle();
public: __property virtual void set_BorderStyle(BorderStyle);JScript public function get BorderStyle() : BorderStyle;
public function set BorderStyle(BorderStyle);
Possible Values
sBorderStyle BorderStyle that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs. The property is read/write. The property has no default value.
Applies To
TOOLBARTEXTBOX
See Also