Spread for ASP.NET 12 Product Documentation
ActiveTabBackColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TabInfo Class : ActiveTabBackColor Property
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;}
See Also

Reference

TabInfo Class
TabInfo Members