Enables/Disables automatic updates when the properties change. If you want to use this feature call UpdateUI() once the updates are enabled again

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool EnableAutomaticUpdates { get; set; }
Visual Basic
Public Property EnableAutomaticUpdates As Boolean
	Get
	Set
JScript
function get EnableAutomaticUpdates () : boolean
function set EnableAutomaticUpdates (value : boolean)

See Also