IMcObjectParentMcObject Property
|
|
A read/write property reflecting the object's immediate Parent
McObject, if any.
Namespace:
MediaCy.IQL.ObjectManager
Assembly:
MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
SyntaxProperty ParentMcObject As McObject
Get
Set
Property Value
Type:
McObject
RemarksThis property will be Nothing for objects with no parent ("global" objects);
assign Nothing to make an object global.
If this object is either mcobjTypeXOBJECT (can hold an IDispatch
interface Value) or mcobjTypeINTERFACE (can hold an IUnknown interface as
Value), there is a non-NULL Interface property and that interface exposes an
IMcObjConnection interface, then an McObjConnection::ParentChanged call will be
made to that interface and to all of the descendents of this McObject after the
new (or no) parent is installed. In addition, all standard notify sinks of this
McObject (not its children) are sent an
IMcObjStandardNotify::HousekeepingChanged notify.
See Also