Click or drag to resize

McWindowShowBalloon Method (String, String)

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
)

Parameters

caption
Type: SystemString
The caption of the balloon window.
message
Type: SystemString
The message to be displayed.
Remarks