Description
An IViewObject that enables drawing of the display to an hDC
-
Property type
-
An Unknown object.
-
Syntax
-
object.ViewObject
The ViewObject Property syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | Remarks
Exposes an IViewObject that enables drawing of the display to an hDC. The returned IViewObject is owned by the McDisplay interface. This is the interface that would be used for printing the display. It is also the interface that is used by McView to do its display.
A QueryInterface for IID_IViewObject will also yield this property.
|