ListBox.BorderColor Property

Definition

Gets or sets the border color of the control.

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

Property Value

A Color object that represents the border color of the control.

Attributes

Remarks

Note

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

Applies to

See also