ESRI.ArcGIS.ADF.Web.UI.WebControls
FloatingPanel Class
Members  See Also 
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) 
<PersistChildrenAttribute(Persist=True, UsesCustomPersistence=False)>
<ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.FloatingPanel", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.FloatingPanel.release.js")>
<ParseChildrenAttribute(System.Web.UI.Control)>
<ToolboxDataAttribute("<{0}:FloatingPanel runat="server" Width="200px" Height="200px" Transparency="35" BackColor="White" TitleBarColor="WhiteSmoke" TitleBarSeparatorLine="False" TitleBarHeight="20px" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Title="Floating Panel"> </{0}:FloatingPanel>")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.FloatingPanelDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ToolboxBitmapAttribute()>
Public Class FloatingPanel 
   Inherits CompositeControl
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
C# 
[PersistChildrenAttribute(Persist=true, UsesCustomPersistence=false)]
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.FloatingPanel", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.FloatingPanel.release.js")]
[ParseChildrenAttribute(System.Web.UI.Control)]
[ToolboxDataAttribute("<{0}:FloatingPanel runat="server" Width="200px" Height="200px" Transparency="35" BackColor="White" TitleBarColor="WhiteSmoke" TitleBarSeparatorLine="False" TitleBarHeight="20px" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Title="Floating Panel"> </{0}:FloatingPanel>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.FloatingPanelDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ToolboxBitmapAttribute()]
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.ArcGISServer.Editor.EditorPanel
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.HtmlDialog
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.Magnifier
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.UrlDialog

See Also

© 2010 All Rights Reserved.