|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| IToolbarItemSetup Interface | |
| Members See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace : IToolbarItemSetup Interface |
| Visual Basic (Declaration) | |
|---|---|
Public Interface IToolbarItemSetup | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public interface IToolbarItemSetup | |
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)