An abstract class used to create a task control that appears within a floating panel on the client.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<PersistChildrenAttribute(Persist=False, UsesCustomPersistence=False)>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Designers.TaskDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Tasks", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Tasks.release.js")>
<ParseChildrenAttribute(ChildrenAsProperties=True, DefaultProperty="TaskResultsContainers")>
Public MustInherit Class FloatingPanelTask
Inherits FloatingPanel
Implements IBuddyControlSupport, ITask |
C# | |
---|
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.Designers.TaskDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Tasks", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Tasks.release.js")]
[ParseChildrenAttribute(ChildrenAsProperties=true, DefaultProperty="TaskResultsContainers")]
public abstract class FloatingPanelTask : FloatingPanel, IBuddyControlSupport, ITask |
Remarks
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