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




The name of the separator.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Name of the Toolbar Item.")>
<NotifyParentPropertyAttribute(True)>
<ResDefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("General")>
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# 
[ResDescriptionAttribute("Name of the Toolbar Item.")]
[NotifyParentPropertyAttribute(true)]
[ResDefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("General")]
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.

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.