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


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

    Property Value

    Color object that contains the color for the face of the button
    Remarks

    Use the ButtonHighlightColor and ButtonShadowColor properties to specify the button highlight and shadow color, respectively. Use ButtonTextColor to specify the color of the text in the button.

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