Click or drag to resize

McWindowShowWarningBox Method (String, String, Image)

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
Syntax
VB
Public Sub ShowWarningBox ( 
	text As String,
	optionsText As String,
	image As Image
)

Parameters

text
Type: SystemString
The message to be displayed.
optionsText
Type: SystemString
The caption of the "options" button if visible.
image
Type: System.DrawingImage
An image to display on the left of the message.
Remarks