Click or drag to resize

McDocumentsCanClose Method

Prompt the user to close a document when modified.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function CanClose ( 
	document As IMcDocument
) As Boolean

Parameters

document
Type: MediaCy.IQL.ApplicationIMcDocument

Return Value

Type: Boolean
Remarks
This function will either display a simple message box or a "close all" type message box when called as part of CloseAll.
See Also