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


In This Topic
    ImageButtonHoverColor Property
    In This Topic
    Gets or sets the hover color buttons in the command bar of the Spread component.
    Syntax
    'Declaration
     
    
    Public Property ImageButtonHoverColor As Color
    'Usage
     
    
    Dim instance As CommandBarInfo
    Dim value As Color
     
    instance.ImageButtonHoverColor = value
     
    value = instance.ImageButtonHoverColor
    public Color ImageButtonHoverColor {get; set;}
    Example
    This example sets the ImageButtonHoverColor property.
    See Also