Gets the control for which the ToolTip is being drawn.
Namespace: Dapfor.Net.UiAssembly: 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: ControlThe associated control.