Gets 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) |
|