ESRI.ArcGIS.ADF.Web.UI.WebControls
DropDownListWidth Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBox Class : DropDownListWidth Property




The drop down list width of the drop down box toolbar item in pixels.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("The drop down  list width for the drop down box item in pixels.")>
<NotifyParentPropertyAttribute(True)>
Public Property DropDownListWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As DropDownBox
Dim value As Integer
 
instance.DropDownListWidth = value
 
value = instance.DropDownListWidth
C# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("The drop down  list width for the drop down box item in pixels.")]
[NotifyParentPropertyAttribute(true)]
public int DropDownListWidth {get; set;}

See Also

© 2010 All Rights Reserved.