ESRI.ArcGIS.ADF.Web.UI.WebControls
KeepInForm Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UserControlTask Class : KeepInForm Property




Get or sets whether the FloatingPanel will be kept inside the form element.

Syntax

Visual Basic (Declaration) 
Public Overrides Property KeepInForm As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UserControlTask
Dim value As Boolean
 
instance.KeepInForm = value
 
value = instance.KeepInForm
C# 
public override bool KeepInForm {get; set;}

Remarks

When the floating panel is freely moveable around the page, its logical position in the webpage is near the bottom of the page, to avoid any clipping. However, if your floating panel needs to do postback to the webpage, it must stay inside the form. Setting this property to true will enforce that. However, the floating panel will be restricted to move within the confines of the form element. However if you dock this element, you must ensure that the DockingContainerElementID is also within the form element.

See Also

© 2010 All Rights Reserved.