This documentation is archived and is not being maintained.
ListBox.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 of the control.
Remarks
Note The BorderWidth property is inherited from the WebControl class and is not applicable to the ListBox control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ListBox Class | ListBox Members | System.Web.UI.WebControls Namespace
Show: