ComponentOne MultiSelect for WinForms
BorderColor Property (C1CheckBox)

C1.Win.C1Input Namespace > C1CheckBox Class : BorderColor Property
Gets or sets the border color of the control.
Syntax
'Declaration
 
Public Property BorderColor As Color
public Color BorderColor {get; set;}
Remarks

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

See Also

Reference

C1CheckBox Class
C1CheckBox Members