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

FloatingPanel Class

Syntax

Visual Basic (Declaration) 
<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>")>
<ToolboxBitmapAttribute()>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.FloatingPanel", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.FloatingPanel.release.js")>
<PersistChildrenAttribute(Persist=True, UsesCustomPersistence=False)>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.FloatingPanelDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ParseChildrenAttribute()>
Public Class FloatingPanel 
   Inherits CompositeControl
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
C# 
[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>")]
[ToolboxBitmapAttribute()]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.FloatingPanel", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.FloatingPanel.release.js")]
[PersistChildrenAttribute(Persist=true, UsesCustomPersistence=false)]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.FloatingPanelDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ParseChildrenAttribute()]
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).

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.