IMcViewsClient Property
|
|
Read/write property exposing a client for this view collection.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxProperty Client As Object
Get
Set
Property Value
Type:
Object
RemarksIf it implements the events interface _IMcBasicViewEvents, the client
automatically receives these notifications from all the views contained in the
collection.
The McViews collection does NOT maintain a reference on its Client interface, so
you must either: (A) Set Views.Client=Nothing before fully releasing the client
interface or (B) fully release the McViews instance (which automatically does A)
before fully releasing the client interface.
See Also