Window.InPlace Property
Visio Automation Reference |
Specifies whether a window is open in place, or whether a document is being viewed through a window that is open in place. Read-only.
Version Information
Version Added: Visio 2002
Syntax
expression.InPlace
expression A variable that represents a Window object.
Return Value
Boolean
Remarks
When the value of the InPlace property is True for a Window object, it means that the window is an in-place active window. It contains a document that is being edited in an OLE container application.
See Also