McOutputPrintMessage Method
|
|
Prints a message to the output window.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub PrintMessage (
Message As String,
Optional NewLine As Boolean = true,
Optional Page As Object = Nothing
)
Parameters
- Message
- Type: SystemString
Message to be sent - NewLine (Optional)
- Type: SystemBoolean
True if new line is required - Page (Optional)
- Type: SystemObject
McCommandBarPage name as object
Implements
IMcOutput.PrintMessage(String, Boolean, Object)
Remarks
The Page parameter refers to one of the pages of the “Output” tabbed dialog.
The collection of these pages is exposed as Dialogs("Output").Pages.
See Also