Share via


InPlace Property [Visio 2003 SDK Documentation]

Specifies whether a document or window is open in place, or whether a document is being viewed through a window that is open in place.

intRet = object**.InPlace**

intRet     Integer. True (-1) if a window or document is open in-place; otherwise, False (0).

object     Required. An expression that returns a Document or Window object.

Version added

2002

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.

Applies to | Document object | Window object