ESRI.ArcGIS.ADF.Web.UI.WebControls
Name Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Separator Class : Name Property




The name of the separator.

Syntax

Visual Basic (Declaration) 
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("Name of the Toolbar Item.")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("General")>
<BrowsableAttribute(True)>
Public Overrides Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As Separator
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("Name of the Toolbar Item.")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("General")]
[BrowsableAttribute(true)]
public override string Name {get; set;}

Remarks

The Name for a toolbar item is used to uniquely identify it among all items on the toolbar, as well as other toolbars in the same Toolbar.Group.

See Also

© 2010 All Rights Reserved.