ESRI.ArcGIS.ADF.Web.UI.WebControls
PageToolItem Constructor(String,String,String,PageClientToolAction,Boolean)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > PageToolItem Class > PageToolItem Constructor : PageToolItem Constructor(String,String,String,PageClientToolAction,Boolean)




name
The name of the tool item.
toolAssembly
The server tool action assembly.
toolClass
The server tool action class.
clientAction
The client action.
showLoading
Whether to show the loading image on postback.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal toolAssembly As String, _
   ByVal toolClass As String, _
   ByVal clientAction As PageClientToolAction, _
   ByVal showLoading As Boolean _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim toolAssembly As String
Dim toolClass As String
Dim clientAction As PageClientToolAction
Dim showLoading As Boolean
 
Dim instance As PageToolItem(name, toolAssembly, toolClass, clientAction, showLoading)
C# 
public PageToolItem( 
   string name,
   string toolAssembly,
   string toolClass,
   PageClientToolAction clientAction,
   bool showLoading
)

Parameters

name
The name of the tool item.
toolAssembly
The server tool action assembly.
toolClass
The server tool action class.
clientAction
The client action.
showLoading
Whether to show the loading image on postback.

See Also

© 2010 All Rights Reserved.