ESRI.ArcGIS.ADF.Web.UI.WebControls
FloatingPanel Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : FloatingPanel 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 Class FloatingPanel 
   Inherits CompositeControl
Visual Basic (Usage) Copy Code
Dim instance As FloatingPanel
C#  
public class FloatingPanel : CompositeControl 

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.UrlDialog
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.Magnifier
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask
                  ESRI.ArcGIS.ADF.ArcGISServer.Editor.EditorPanel

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also