ESRI.ArcGIS.ADF.Web.UI.WebControls
EnablePostBack Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapToolItem Class : EnablePostBack Property




Indicates whether the tool item causes a complete postback to the server, refreshing the whole page

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Client Action")>
<ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property EnablePostBack As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapToolItem
Dim value As Boolean
 
instance.EnablePostBack = value
 
value = instance.EnablePostBack
C# 
[ResCategoryAttribute("Client Action")]
[ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool EnablePostBack {get; set;}

See Also

© 2010 All Rights Reserved.