Click or drag to resize

McOutput Class

This class controls the output window
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcOutput

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McOutput
	Implements McOutput

The McOutput type exposes the following members.

Properties
  NameDescription
Public propertyFont
property Font
Public propertyVisible
Sets or gets the visibility of the output window.
Top
Methods
  NameDescription
Public methodClear
Clears a page of the output window.
Public methodCopy
Copies the content of a page to the clipboard.
Public methodHide
Hides the output window.
Public methodPrintMessage
Prints a message to the output window.
Public methodReset
Restores the default font settings for the selected page.
Public methodSave
Saves the content of an output page to a file.
Public methodShow
Displays the output dialog and selects the active page.
Top
Remarks