Visual Basic (Declaration) | |
---|---|
<SerializationVisibilityAttribute()> <CategoryAttribute()> <DescriptionAttribute("The unique name of the command used for locating.")> <BrowsableAttribute(False)> <DefaultValueAttribute()> <ParenthesizePropertyNameAttribute(True)> <DesignerSerializationVisibilityAttribute()> Public ReadOnly Property Name As String |
C# | |
---|---|
[SerializationVisibilityAttribute()] [CategoryAttribute()] [DescriptionAttribute("The unique name of the command used for locating.")] [BrowsableAttribute(false)] [DefaultValueAttribute()] [ParenthesizePropertyNameAttribute(true)] [DesignerSerializationVisibilityAttribute()] public string Name {get;} |
Return Value
The string represents name for the command.The command name is automatic generated in format CommandType_Index. The command name can be used for locating a command into CommandCollection as well as recognizing in event handlers.
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