Skybound VisualTips

VisualTipProvider.ShowNotifyTip Method (Control, String, String, VisualTipNotifyIcon, Rectangle)

Displays a balloon notification tip for the specified Control using the default display options.

[Visual Basic]
Overloads Public Shared Sub ShowNotifyTip( _
   ByVal control As Control, _
   ByVal text As String, _
   ByVal title As String, _
   ByVal icon As VisualTipNotifyIcon, _
   ByVal exclude As Rectangle _
)
[C#]
public static void ShowNotifyTip(
   Control control,
   string text,
   string title,
   VisualTipNotifyIcon icon,
   Rectangle exclude
);

Parameters

control
The Control for which the tip is displayed.
text
The tip text.
title
The tip title.
icon
The icon displayed beside the tip title.
exclude
An area of the screen over which the tip should not overlap.

See Also

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