ESRI.ArcGIS.ADF.Web.UI.WebControls
BackColor Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.