OleItemType Property (ActiveX)

Specifies whether the OLE object is linked to the original pasted file when opening the object for editing.

Supported platforms: Windows only

Signature

VBA:

object.OleItemType
object

Type: OLE

The object this property applies to.

Property Value

Read-only: No

Type: AcOleType enum

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available