Search
ZoomControl.AutoPostBack Property
See Also
 





Gets or sets a value indicating whether a postback to the server automatically occurs when the value of the control changes.

Namespace: MindFusion.Common.WebForms
Package: MindFusion.Common.WebForms

 Syntax

C#  Copy Code

public bool AutoPostBack { get; set; }

Visual Basic  Copy Code

Public Property AutoPostBack As Boolean

 Property Value

 Remarks

This property is used only if ClientSideMode is set to ClientSideMode.ImageMap.

 See Also