ESRI.ArcGIS.ADF.Web.UI.WebControls
BackColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : BackColor Property




Background color of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
public virtual Color BackColor {get; set;}

Remarks

Note that the tree contents may spill beyond the Height or Width of the control, and therefore extend beyond the area with the control's style properties. If the BackColor or other styles are set, either you should ensure that contents will not be displayed outside the control's set size, or set the styles so the background blends in with the containing controls.

See Also

© 2010 All Rights Reserved.