Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TabInfo Class / ActiveTabBackColor Property
Example


In This Topic
    ActiveTabBackColor Property
    In This Topic
    Gets or sets the background color of the active sheet name tab.
    Syntax
    'Declaration
     
    
    Public Property ActiveTabBackColor As Color
    'Usage
     
    
    Dim instance As TabInfo
    Dim value As Color
     
    instance.ActiveTabBackColor = value
     
    value = instance.ActiveTabBackColor
    public Color ActiveTabBackColor {get; set;}

    Property Value

    Color object that contains the background color for the active tab
    Example
    This example shows how to set the display of the sheet name tabs.
    See Also