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


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

    Property Value

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

    Use the ButtonFaceColor property to specify the button background color. Use the ButtonHighlightColor and ButtonShadowColor properties to specify the button highlight and shadow color, respectively.

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