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


A panel into which other controls and HTML content may be placed. The floating panel may be moved, resized, collapsed and closed by the user.

Object Model





Syntax

Visual Basic (Declaration)  
Public MustInherit Class FloatingPanelTask 
   Inherits FloatingPanel
   Implements IBuddyControlSupportITask 
Visual Basic (Usage) Copy Code
Dim instance As FloatingPanelTask
C#  
public abstract class FloatingPanelTask : FloatingPanel, IBuddyControlSupportITask  

Remarks

The FloatingPanel enables end users to move content around the browser window (Draggable property). If enabled by the developer, users may also resize (via WidthResize and HeightResize properties), dock (via , expand/collapse (via ExpandCollapseButton property), and closed (via CloseButton property) the panel. Docking the panel to a location may also be enabled by setting docking properties. Appearance properties may be managed with several properties, such as TitleBarColor and BackColor (inherited from the standard ASP.NET WebControl).

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CompositeControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl
               ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask
                     ESRI.ArcGIS.ADF.Tasks.SearchAttributesTask
                     ESRI.ArcGIS.ADF.Tasks.QueryAttributesTask
                     ESRI.ArcGIS.ADF.Tasks.GeoprocessingTask
                     ESRI.ArcGIS.ADF.Tasks.FindPlaceTask
                     ESRI.ArcGIS.ADF.Tasks.FindAddressTask
                     ESRI.ArcGIS.ADF.ArcGISServer.Editor.EditorTask

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also