[]
Gets or sets the color for a single line border.
[Browsable(true)]
public Color SingleBorderColor { get; set; }
<Browsable(True)>
Public Property SingleBorderColor As Color
Type | Description |
---|---|
Color | The default value is the WindowFrame. |
The color only takes effect when BorderStyle is FixedSingle. This property is from feature 0054 of V3.0 (Control border color)
Type | Condition |
---|---|
ArgumentException | The value is not valid. |