ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / EditorBorderColor Property

In This Topic
    EditorBorderColor Property (C1Combo)
    In This Topic
    Controls the border color of the editor portion of the control.
    Syntax
    'Declaration
     
    
    Public Property EditorBorderColor As Color
    public Color EditorBorderColor {get; set;}
    Remarks
    Only works if the BorderStyle is System.Windows.Forms.BorderStyle.FixedSingle.
    See Also