TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / BorderColor Property

In This Topic
    BorderColor Property (C1CheckList)
    In This Topic
    Gets or sets the color of the control border.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CheckList.BorderColor", "Gets or sets the color of the control border.")>
    <C1CategoryAttribute("Appearance")>
    Public Property BorderColor As Color
    [C1Description("C1CheckList.BorderColor", "Gets or sets the color of the control border.")]
    [C1Category("Appearance")]
    public Color BorderColor {get; set;}
    See Also