Gets or sets control linked to the lable.

Namespace:  PerpetuumSoft.Framework.Windows.Forms
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public Control LinkControl { get; set; }
Visual Basic (Declaration)
Public Property LinkControl As Control
Visual C++
public:
property Control^ LinkControl {
	Control^ get ();
	void set (Control^ value);
}

See Also