ESRI.ArcGIS.ADF.Web.UI.WebControls
IToolbarItemSetup Interface
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace : IToolbarItemSetup Interface




Optional interface to be implemented by the server side action classes for tools and commands that require initialization and tear down.

Syntax

Visual Basic (Declaration) 
Public Interface IToolbarItemSetup 
Visual Basic (Usage)Copy Code
Dim instance As IToolbarItemSetup
C# 
public interface IToolbarItemSetup 

Remarks

An example of the use of this interface is to enable retrieving the Toolbar of which a tool is a member, and then to get a reference to another control on the page, such as a custom task that created the tool. See the sample Common_CustomTask in the Server SDK for an example (also available online at the ArcGIS Resource Center)

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.