Home > All Other Interfaces > IAttachment > IsAttached

IsAttached

Indicates whether the object is currently attached to another object. The client can attach an object to another object using the AttachTo() method.

 

JavaScript

 

IsAttached

 

C#

 

bool IsAttached { get; }

 

C++

 

HRESULT IsAttached([out, retval] VARIANT_BOOL* pVal)