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




Gets or sets the border width of the drop down.

Syntax

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

See Also

© 2010 All Rights Reserved.