Skybound VisualTips

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

Displays a balloon notification tip for the specified Control in the default location, and 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 _
)
[C#]
public static void ShowNotifyTip(
   Control control,
   string text,
   string title,
   VisualTipNotifyIcon icon
);

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.

See Also

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