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

PageToolItem Class

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.PageToolItemConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<SerializableAttribute()>
Public Class PageToolItem 
Visual Basic (Usage)Copy Code
Dim instance As PageToolItem
C# 
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.PageToolItemConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[SerializableAttribute()]
public class PageToolItem 

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.