McWindowShowWarningBox Method (String, String, McWindowNotificationImages, String, String)
|
|
Shows a warning box at the top of the document view.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub ShowWarningBox (
text As String,
optionsText As String,
image As NotificationImages,
markupLinkCommand As String,
optionsCommand As String
)
Parameters
- text
- Type: SystemString
The message to be displayed. - optionsText
- Type: SystemString
The caption of the "options" button if visible. - image
- Type: NotificationImages
An image to display on the left of the message. - 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