Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / BackColor Property


In This Topic
    BackColor Property (PopUpCalculator)
    In This Topic
    Gets or sets background color of the pop up window
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As PopUpCalculator
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public Color BackColor {get; set;}

    Property Value

    A System.Drawing.Color value indicates the background color of the pop up window.
    The default is System.Drawing.SystemColors.Window.
    See Also