Method ShowFor
ShowFor(View, ToolTipProvider)
Displays a tooltip for the specified target view using the provided tooltip content provider.
public void ShowFor(View target, ToolTipProvider provider)
Parameters
targetViewThe view for which the tooltip will be shown. Cannot be null.
providerToolTipProviderThe provider that supplies the tooltip content for the target view. Cannot be null.
Remarks
If a tooltip is already visible for another view, it will be updated to display content for the new target. The tooltip is anchored relative to the target view's position on the screen.