ESRI.ArcGIS.ADF.Web.UI.WebControls
EditorForeColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.HtmlEditor Namespace > Editor Class : EditorForeColor Property




Get/Set the editor's foreground (text) color for the current selection.

Syntax

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

See Also

© 2010 All Rights Reserved.