McWindowShowNotification Method (String, Image)
|
|
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
SyntaxPublic Sub ShowNotification (
message As String,
image As Image
)
Parameters
- message
- Type: SystemString
The message to be displayed. - image
- Type: System.DrawingImage
An image to display on the left of the message.
Remarks
See Also