C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / BorderColor Property

In This Topic
BorderColor Property (C1TextBox)
In This Topic
Gets or sets the border color of the control.
Syntax
'Declaration
 
Public Property BorderColor As Color
 
Remarks

Use the BorderColor property to specify the border color of the control. This property is set using a System.Drawing.Color object.

The BorderColor property has an effect only when the BorderStyle property is set to FixedSingle.

See Also