ListBox::BorderStyle Property

 

Gets or sets the border style of the control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
property BorderStyle BorderStyle {
	virtual BorderStyle get() override;
	virtual void set(BorderStyle value) override;
}

Property Value

Type: System.Web.UI.WebControls::BorderStyle

One of the BorderStyle values.

System_CAPS_noteNote

The BorderStyle property is inherited from the WebControl class and is not applicable to the ListBox control.

.NET Framework
Available since 1.1
Return to top
Show: