NUnitForms Class Library

ComboBoxTester.Properties Property

Provides access to all of the Properties of the ComboBox.

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

Property Value

The underlying control.

Remarks

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

See Also

ComboBoxTester Class | NUnit.Extensions.Forms Namespace