Click or drag to resize

McWindowShowNotification Method (String, Image, Int32)

Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub ShowNotification ( 
	message As String,
	image As Image,
	timeout As Integer
)

Parameters

message
Type: SystemString
The message to be displayed.
image
Type: System.DrawingImage
An image to display on the left of the message.
timeout
Type: SystemInt32
The number of milliseconds until the notification is dismissed (3000 is the default).
Remarks