ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / C1Icon Class / BackColor Property

In This Topic
    BackColor Property (C1Icon)
    In This Topic
    Gets or sets the color used to paint the icon's background. The default value is Transparent.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    Remarks
    This property doesn't apply to C1BitmapIcon.
    See Also