ESRI.ArcGIS.ADF.Web.UI.WebControls
Command Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Command Class




A button on a toolbar that executes code immediately, without interaction on the client side by the user with the buddy control's display.

Object Model


Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.CommandConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<SerializableAttribute()>
Public Class Command 
   Inherits InteractiveImageToolbarItem
Visual Basic (Usage)Copy Code
Dim instance As Command
C# 
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.CommandConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[SerializableAttribute()]
public class Command : InteractiveImageToolbarItem 

Remarks

The FullExtent command is available on the out-of-the-box toolbar. Other commands may be created using custom code. A command performs its operations immediately upon being clicked, without waiting for the user to interact with the map or layout on the page.

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.