Click or drag to resize

McOutputClear Method

Clears a page of the output window.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub Clear ( 
	Optional Page As Object = Nothing
)

Parameters

Page (Optional)
Type: SystemObject
McCommandBarPage name as object

Implements

IMcOutput.Clear(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