Skybound VisualTips

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

Displays a balloon notification tip for the specified Control in the default location.

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

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.
options
Specifies additional options that determine how the tip is displayed.

See Also

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