![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
PageToolItem Constructor(String,String,String,PageClientToolAction,Boolean) | |
See Also Send Feedback |
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.
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) | ![]() |
---|---|
Dim name As String Dim toolAssembly As String Dim toolClass As String Dim clientAction As PageClientToolAction Dim showLoading As Boolean Dim instance As New 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.
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