NUnitForms Class Library

LinkLabelTester.Properties Property

Provides access to all of the Properties of the LinkLabel.

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

Property Value

The underlying control.

Remarks

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

See Also

LinkLabelTester Class | NUnit.Extensions.Forms Namespace