ESRI.ArcGIS.ADF.Web.UI.WebControls
Command Constructor(String)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Command Class > Command Constructor : Command Constructor(String)




name
Name of the command. Must be unique among all command on the toolbar (as well as any toolbars in the group).
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
 
Dim instance As Command(name)
C# 
public Command( 
   string name
)

Parameters

name
Name of the command. Must be unique among all command on the toolbar (as well as any toolbars in the group).

See Also

© 2010 All Rights Reserved.