ESRI.ArcGIS.ADF.Web.UI.WebControls
IToolbarItemSetup Interface
Members  See Also 
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:http)

See Also

© 2010 All Rights Reserved.