If set to true the user is notified when new alarms are coming but are out of the visible area

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

Syntax

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

See Also