ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / BaseTagEditorCommonStyle Class / BackColor Property

In This Topic
    BackColor Property (BaseTagEditorCommonStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the background.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColor As Color
    public virtual Color BackColor {get; set;}
    See Also