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




An abstract implementation of the IUserControlTaskPanel. You can make your user control inherit from this class. When the path to your user control is set on a UserControlTask, the UserControlTask will bring up your user control as its interface.

Object Model


Syntax

Visual Basic (Declaration) 
Public MustInherit Class UserControlTaskPanel 
   Inherits UserControl
   Implements IUserControlTaskPanel 
Visual Basic (Usage)Copy Code
Dim instance As UserControlTaskPanel
C# 
public abstract class UserControlTaskPanel : UserControl, IUserControlTaskPanel  

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.TemplateControl
         System.Web.UI.UserControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.UserControlTaskPanel

See Also

© 2010 All Rights Reserved.