Allows the user to ack alarms double clicking on them. (Note : when set to true it may be impossible to show the ToolBar double clicking on the viewer)

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

Syntax

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

See Also