Specifies the location of the file used to play the Beep sound. If no location is specified the default Beep sound is played.

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.306.0 (10.97.306.00)

Syntax

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

See Also