DropDownList.BorderStyle Property
Gets or sets the border style of the control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Syntax
Visual Basic (Declaration)
Public Overrides Property BorderStyle As BorderStyle
Visual Basic (Usage)
Dim instance As DropDownList Dim value As BorderStyle value = instance.BorderStyle instance.BorderStyle = value
C#
public override BorderStyle BorderStyle { get; set; }
C++
public: virtual property BorderStyle BorderStyle { BorderStyle get () override; void set (BorderStyle value) override; }
J#
/** @property */ public BorderStyle get_BorderStyle () /** @property */ public void set_BorderStyle (BorderStyle value)
JScript
public override function get BorderStyle () : BorderStyle public override function set BorderStyle (value : BorderStyle)
XAML
Not applicable.
Property Value
One of the BorderStyle values.Remarks
Note: |
|---|
| The BorderStyle property is inherited from the WebControl class and is not applicable to the DropDownList control. |
Platforms
Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Version Information
.NET Framework
Supported in: 3.0, 2.0, 1.1, 1.0See Also
Note: