Spread for ASP.NET 12 Product Documentation
ButtonTextColor Property


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

Reference

CommandBarInfo Class
CommandBarInfo Members