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


PageToolItem provides a means for interacting with the PageLayout control on the client-side using built-in JavaScript and then doing something on the server-side based on the client interaction.

PageToolItem holds information about a PageLayout Tool that is necessary for the control to setup the client tool action when it renders itself and to call the server tool action on postback.

Object Model


Syntax

Visual Basic (Declaration)  
Public Class PageToolItem 
Visual Basic (Usage) Copy Code
Dim instance As PageToolItem
C#  
public class PageToolItem 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.PageToolItem

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also