Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / BackColor Property
Example


In This Topic
    BackColor Property (CommandBarInfo)
    In This Topic
    Gets or sets the background color of the command bar of the Spread component.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    'Usage
     
    
    Dim instance As CommandBarInfo
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public Color BackColor {get; set;}

    Property Value

    Color object that contains the background color for command bar
    Remarks

    The command bar is displayed at the bottom of the component when the Visible property is set to true. Sheet name tabs and command buttons display on the command bar. By default, page navigation aids are also displayed on the command bar, but can be repositioned.

    Example
    This example shows the setting of several command bar properties.
    See Also