Property AutoAcceptMessageDialogs
AutoAcceptMessageDialogs
Gets or sets a value indicating whether message dialogs without a scripted response (see OnMessageDialog(Func<MessageDialogViewModel, int>)) are automatically answered with their default button (or the first button if there is no default). When false (the default), an unscripted message dialog fails the test, since it usually indicates an unexpected code path or a missing script.
Declaration
public bool AutoAcceptMessageDialogs { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |