ESRI.ArcGIS.ADF.Web.UI.WebControls
LabelWidth Property
See Also  Send Feedback
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) 
<ResDescriptionAttribute("The label width for the drop down box item in pixels.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
<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# 
[ResDescriptionAttribute("The label width for the drop down box item in pixels.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
public int LabelWidth {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.