Document.InPlace Property
Visio Automation Reference |
Specifies whether a document 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 Document object.
Return Value
Integer
Remarks
When the value of the InPlace property is True for a Document object, it means that the document is open in an in-place editing window in an OLE container application.
See Also