NUnitForms Class Library

NUnitFormTest.DisplayHidden Property

This property controls whether the separate hidden desktop is displayed for the duration of this test. You will need to override and return true from this property if your test makes use of the keyboard or mouse controllers. (The hidden desktop cannot accept user input.) For tests that do not use the keyboard and mouse controller (most should not) you don't need to do anything with this. The default behavior is fine.

[Visual Basic]
Overridable Public ReadOnly Property DisplayHidden As Boolean
[C#]
public virtual bool DisplayHidden {get;}

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace