ListBox::BorderColor Property
.NET Framework (current version)
Gets or sets the border color of the control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property Color BorderColor { virtual Color get() override; virtual void set(Color value) override; }
Property Value
Type: System.Drawing::ColorA System.Drawing::Color object that represents the border color of the control.
Note |
|---|
The BorderColor property is inherited from the WebControl class and is not applicable to the ListBox control. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
