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.EwxAssembly: EwxLayer (in EwxLayer.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) |