Skybound VisualTips

VisualTipProvider.ShowTip Method (VisualTip, Rectangle, Control, VisualTipDisplayOptions)

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

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

Parameters

tip
The VisualTip to display.
exclude
The area of the screen for which the tip is displayed.
sourceControl
The Control for which the tip is displayed. This parameter may be null.
options
Specifies additional options which determine how the tip is displayed.

See Also

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