McWindowsAdd Method (Object)
|
|
Create a new view window for a document
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Function Add (
Optional document As Object = Nothing
) As IMcWindow
Parameters
- document (Optional)
- Type: SystemObject
A document object. If empty, a new view is created for the active document.
Return Value
Type:
IMcWindowA new McWindow Object
Implements
IMcWindows.Add(Object)
RemarksWhen the function succeeds, the newly created McWindow becomes the ActiveWindow.
See Also