Click or drag to resize

IMcDisplayOwningView Property

The owning McView instance, if any.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property OwningView As McView
	Get

Property Value

Type: McView
Remarks
If this McDisplay instance is being used as the display engine for a McView instance (i.e., it is the McView.Display property), then that McView instance is exposed as this property. If this McDisplay instance is independent of an owning McView, then it is exposed as Nothing.
See Also