Qdv.SilentMode Property

Gets a value indicating whether QDV is in the silent mode.
Public ReadOnly Property SilentMode() As Boolean
This language is not supported or no code example is available.
public bool SilentMode {get;}
This language is not supported or no code example is available.

Property Value

bool

true if QDV is in the silent mode; otherwise, false.

Remarks
 
In the silent mode, any GUI, such as dialogs, message windows, is suppressed. Messages in the silent mode are not lost. They are collected in so called silent message stack, that you can retrieve with the GetSilentMessageStack method.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition