ESRI.ArcGIS.ADF.Web.UI.WebControls
DropDownBorderColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ColorPicker Class : DropDownBorderColor Property




Gets or sets the border color of the drop down.

Syntax

Visual Basic (Declaration) 
<ResDefaultValueAttribute()>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("The border color of the drop down list of colors.")>
Public Property DropDownBorderColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ColorPicker
Dim value As Color
 
instance.DropDownBorderColor = value
 
value = instance.DropDownBorderColor
C# 
[ResDefaultValueAttribute()]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("The border color of the drop down list of colors.")]
public Color DropDownBorderColor {get; set;}

See Also

© 2010 All Rights Reserved.