NetXP 3.0 Reference

NotifyIconEx.ShowBalloon Method 

Shows a balloon for the icon.

[Visual Basic]
Public Sub ShowBalloon( _
   ByVal title As String, _
   ByVal text As String, _
   ByVal type As NotifyInfoFlags, _
   ByVal timeoutInMilliSeconds As Integer _
)
[C#]
public void ShowBalloon(
   string title,
   string text,
   NotifyInfoFlags type,
   int timeoutInMilliSeconds
);

Parameters

title
The title of the balloon, up to 64 chars in length.
text
The contents of the balloon, up to 256 chars in length.
type
The type of the balloon.
timeoutInMilliSeconds
The timeout of the balloon, in milliseconds.

See Also

NotifyIconEx Class | NETXP.Components Namespace