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




The label for this drop down box.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("The label of this drop down box toolbar item.")>
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# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("The label of this drop down box toolbar item.")]
public string Label {get; set;}

Remarks

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

See Also

© 2010 All Rights Reserved.