McWindowsAdd Method (Object, String, Boolean, McWindowsmcTabLocation)
|
|
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 (
document As Object,
view As String,
Optional activate As Boolean = true,
Optional tabLocation As mcTabLocation = mcTabLocation.mctlDefault
) As McWindow
Parameters
- document
- Type: SystemObject
A document object. If empty, a new view is created for the active document. - view
- Type: SystemString
The type of view requested. - activate (Optional)
- Type: SystemBoolean
- tabLocation (Optional)
- Type: mcTabLocation
Return Value
Type:
McWindowA new McWindow Object
Remarks
See Also