ESRI.ArcGIS.ADF.Web.UI.WebControls
Command Class
Members  See Also  Send Feedback
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

Command Class

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.CommandConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.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.1.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.

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.