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

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