True to prevent error message boxes from being shown by this control. The default value is false.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool SuppressErrorMessages { get; set; } |
| Visual Basic |
|---|
Public Property SuppressErrorMessages As Boolean
Get
Set |
| JScript |
|---|
final function get SuppressErrorMessages () : boolean
final function set SuppressErrorMessages (value : boolean) |
Implements
IGwxControlSuppressErrorMessages()()()()
See Also