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




Get/Set the editor's background color for the current selection.

Syntax

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

See Also

© 2010 All Rights Reserved.