Spread for ASP.NET 12 Product Documentation
ButtonHighlightColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CommandBarInfo Class : ButtonHighlightColor Property
Gets or sets the color of the top and left borders of buttons on the command bar of the Spread component.
Syntax
'Declaration
 
Public Property ButtonHighlightColor As Color
'Usage
 
Dim instance As CommandBarInfo
Dim value As Color
 
instance.ButtonHighlightColor = value
 
value = instance.ButtonHighlightColor
public Color ButtonHighlightColor {get; set;}
See Also

Reference

CommandBarInfo Class
CommandBarInfo Members