Skybound VisualTips

VisualTipProvider.ShowTip Method (Control, VisualTipDisplayOptions, Rectangle)

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

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

Parameters

control
The Control whose tip is displayed.
options
Specifies additional options which determine how the tip is displayed.
exclude
The area of the screen for which the tip is displayed.

See Also

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