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
SyntaxPublic 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