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

UserControlTaskPanel Class

Syntax

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

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.