| Visual Basic (Declaration) | |
|---|---|
Public Class FloatingPanel Inherits CompositeControl | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class FloatingPanel : CompositeControl | |
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).
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
Target Platforms:Windows XP Professional, Windows Server 2003 family



~248.gif)



