IToolTipTargetProvider Interface

Represents a target control provider for tooltips. It is used by LocalizationHelper for ToolTipText properties.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public interface IToolTipTargetProvider

Methods

GetToolTipTarget Gets the control that the tooltip should be associated with.

See Also