Spread for ASP.NET 12 Product Documentation
ActiveTabBorderColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TabInfo Class : ActiveTabBorderColor Property
Gets or sets the border color of the active sheet name tab.
Syntax
'Declaration
 
Public Property ActiveTabBorderColor As Color
'Usage
 
Dim instance As TabInfo
Dim value As Color
 
instance.ActiveTabBorderColor = value
 
value = instance.ActiveTabBorderColor
public Color ActiveTabBorderColor {get; set;}
See Also

Reference

TabInfo Class
TabInfo Members