Skybound VisualTips

VisualTipProvider.ShowTip Method

Displays the specified VisualTip in a location that does not overlap the given Rectangle.

Overload List

Displays the specified VisualTip in a location that does not overlap the given Rectangle.

public void ShowTip(VisualTip,Rectangle);

Displays a VisualTip in a location that does not overlap the given Rectangle, specifying additional options.

public void ShowTip(VisualTip,Rectangle,Control,VisualTipDisplayOptions);

Displays the visual tip associated with a given Control specifying additional options.

public void ShowTip(Control,VisualTipDisplayOptions);

Displays the visual tip associated with a given Control in a location that does not overlap the given Rectangle, specifying additional options.

public void ShowTip(Control,VisualTipDisplayOptions,Rectangle);

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace