DropDownList.BorderStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.