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




The label width for the drop down box toolbar item in pixels.

Syntax

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

See Also

© 2010 All Rights Reserved.