NUnitForms Class Library

FormTester.Properties Property

Provides access to all of the Properties of the Form.

[Visual Basic]
Public ReadOnly Property Properties As Form
[C#]
public System.Windows.Forms.Form Properties {get;}

Remarks

Allows typed access to all of the properties of the underlying control.

See Also

FormTester Class | NUnit.Extensions.Forms Namespace