Gets the associated control for which the tooltip is displayed.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Control AssociatedControl { get; }
Visual Basic
Public ReadOnly Property AssociatedControl As Control
	Get
Visual C++
public:
property Control^ AssociatedControl {
	Control^ get ();
}
F#
member AssociatedControl : Control with get

Property Value

Type: Control
The associated control.

See Also