Skybound VisualTips

VisualTipProvider.ShowTip Method (VisualTip, Rectangle)

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

[Visual Basic]
Overloads Public Sub ShowTip( _
   ByVal tip As VisualTip, _
   ByVal exclude As Rectangle _
)
[C#]
public void ShowTip(
   VisualTip tip,
   Rectangle exclude
);

Parameters

tip
The VisualTip to display.
exclude
The area of the screen for which the tip is displayed.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace | VisualTipProvider.ShowTip Overload List