ESRI.ArcGIS.ADF.Web.UI.WebControls
Label Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBox Class : Label Property




The label for this drop down box.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The label of this drop down box toolbar item.")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property Label As String
Visual Basic (Usage)Copy Code
Dim instance As DropDownBox
Dim value As String
 
instance.Label = value
 
value = instance.Label
C# 
[ResDescriptionAttribute("The label of this drop down box toolbar item.")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public string Label {get; set;}

Remarks

The Label appears in the Toolbar if the Toolbar's ToolbarStyle is set to either ImageAndText or TextOnly.

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.