InPlace property
Specifies whether a window is open in-place, or whether a document is being viewed through a window that is open in-place.
Version added
2002
Syntax
| |
intRet |
Integer. True (-1) if a window or document in a window is open in-place; otherwise, False (0). |
object |
Required. An expression that returns a Document or Window object. |
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.
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.