This documentation is archived and is not being maintained.
DropDownList.BorderWidth Property
.NET Framework 1.1
Gets or sets the border width for the control.
[Visual Basic] Overrides Public Property BorderWidth As Unit [C#] public override Unit BorderWidth {get; set;} [C++] public: __property Unit get_BorderWidth(); public: __property void set_BorderWidth(Unit); [JScript] public override function get BorderWidth() : Unit; public override function set BorderWidth(Unit);
Property Value
A Unit object that represents the border width for the control.
Remarks
Note The BorderWidth property is inherited from the WebControl class and is not applicable to the DropDownList control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DropDownList Class | DropDownList Members | System.Web.UI.WebControls Namespace
Show: