DropDownList.BorderStyle Property

Definition

Gets or sets the border style of the control.

public:
 virtual property System::Web::UI::WebControls::BorderStyle BorderStyle { System::Web::UI::WebControls::BorderStyle get(); void set(System::Web::UI::WebControls::BorderStyle value); };
[System.ComponentModel.Browsable(false)]
public override System.Web.UI.WebControls.BorderStyle BorderStyle { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BorderStyle : System.Web.UI.WebControls.BorderStyle with get, set
Public Overrides Property BorderStyle As BorderStyle

Property Value

One of the BorderStyle values.

Attributes

Remarks

Note

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

Applies to