Displays the specified VisualTip in a location that does not overlap the given Rectangle.
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);
VisualTipProvider Class | Skybound.VisualTips Namespace