![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
KeepInForm Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : KeepInForm Property |
Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <BrowsableAttribute(False)> Public Overridable Property KeepInForm As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FloatingPanel Dim value As Boolean instance.KeepInForm = value value = instance.KeepInForm |
C# | |
---|---|
[DefaultValueAttribute()] [BrowsableAttribute(false)] public virtual bool KeepInForm {get; set;} |
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.
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