ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / IconElement Class / BackColor Property

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