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




Gets or sets the height of the drop down.

Syntax

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

See Also

© 2010 All Rights Reserved.