ESRI.ArcGIS.ADF.Web.UI.WebControls
ForeColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarBase Class : ForeColor Property




The ForeColor of the WebControl. This property should not used. Instead, set the styles for ToolbarItemDefaultStyle, etc.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overrides Property ForeColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ToolbarBase
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
C# 
[BrowsableAttribute(false)]
public override Color ForeColor {get; set;}

Remarks

To set colors for the toolbar, set the ForeColor for the style items ToobarItemDefaultStyle, ToolbarItemHoverStyle, ToolbarItemSelectedStyle, and ToolbarItemDisabledStyle.

See Also

© 2010 All Rights Reserved.