Click or drag to resize

McWindowShowBalloon Method (String, String, McWindowNotificationImages)

Shows a balloon message next to the document's tab.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub ShowBalloon ( 
	caption As String,
	message As String,
	image As NotificationImages
)

Parameters

caption
Type: SystemString
The caption of the balloon window.
message
Type: SystemString
The message to be displayed.
image
Type: NotificationImages
An image to display on the left of the caption.
Remarks