McWindowShowBalloon Method (String, String, Image, Int32)
|
|
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
SyntaxPublic Sub ShowBalloon (
caption As String,
message As String,
image As Image,
timeout As Integer
)
Parameters
- caption
- Type: SystemString
The caption of the balloon window. - message
- Type: SystemString
The message to be displayed. - image
- Type: System.DrawingImage
An image to display on the left of the caption. - timeout
- Type: SystemInt32
The number of seconds until the notification is dismissed (5 is the default).
Remarks
See Also