Enables/Disables SilentMode. When SilentMode is enabled the errors are not shown in the MessageBoxes and they must handled manually using the NotifyError event.

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also