ESRI.ArcGIS.ADF.Web.UI.WebControls
HideOnSubmit Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : HideOnSubmit Property




If true, hides task user interface when the task is executed.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Task")>
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Whether to hide the panel when the task executes.")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property HideOnSubmit As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim value As Boolean
 
instance.HideOnSubmit = value
 
value = instance.HideOnSubmit
C# 
[ResCategoryAttribute("Task")]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Whether to hide the panel when the task executes.")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public virtual bool HideOnSubmit {get; set;}

See Also

© 2010 All Rights Reserved.