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




Gets or sets the border style of the drop down.

Syntax

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

See Also

© 2010 All Rights Reserved.