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




Get/Set the background color of the editor. Note that if this is called before the document is rendered and complete, the navigated event handler will set the body's background color based on the state of BackColor.

Syntax

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

See Also

© 2010 All Rights Reserved.