Indicates whether the tool item causes a complete postback to the server, refreshing the whole page
Syntax
Visual Basic (Declaration) | |
---|
<ResCategoryAttribute("Client Action")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")>
<NotifyParentPropertyAttribute(True)>
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")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Indicates whether the tool or command does a complete postback to the server and refreshes the whole page.")]
[NotifyParentPropertyAttribute(true)]
public bool EnablePostBack {get; set;} |
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