McStatusPaneShowBalloon Method (String, String, String, Image, Int32, 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
SyntaxPublic Sub ShowBalloon (
caption As String,
message As String,
optionsText As String,
image As Image,
timeout As Integer,
markupLinkCommand As String,
optionsCommand As String
)
Parameters
- caption
- Type: SystemString
The caption of the balloon window. - message
- Type: SystemString
The message to be displayed. - optionsText
- Type: SystemString
The tooltip of the "options" button if visible. - 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). - markupLinkCommand
- Type: SystemString
This command will be called on MarkupLinkClick event. - optionsCommand
- Type: SystemString
This command will be called on OptionsClick event.
Remarks
See Also