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


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

    Property Value

    Color object that contains the color for a highlighted button on the command bar
    Remarks

    Use the ButtonFaceColor and ButtonShadowColor properties to specify the button face and shadow color, respectively.

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