Extender control which adds docking behavior to a control. The targeted control will be anchored to the control it targets and will appear at the horizontal and vertical location dictated by property settings.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<TargetControlTypeAttribute(System.Web.UI.Control)>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.DockDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ToolboxBitmapAttribute()>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Extenders.Dock", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Extenders.release.js")>
<AjaxControlToolkit.RequiredScriptAttribute(ExtenderType=AjaxControlToolkit.CommonToolkitScripts, LoadOrder=1)>
Public Class DockExtender
Inherits AjaxControlToolkit.ExtenderControlBase
Implements AjaxControlToolkit.IControlResolver |
C# | |
---|
[TargetControlTypeAttribute(System.Web.UI.Control)]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.DockDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ToolboxBitmapAttribute()]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.Extenders.Dock", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.Extenders.release.js")]
[AjaxControlToolkit.RequiredScriptAttribute(ExtenderType=AjaxControlToolkit.CommonToolkitScripts, LoadOrder=1)]
public class DockExtender : AjaxControlToolkit.ExtenderControlBase, AjaxControlToolkit.IControlResolver |
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