Description
The owning McView instance, if any.
-
Property type
-
A McView object.
-
Syntax
-
object.OwningView
The OwningView Property syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | 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.
|