Click or drag to resize

McWindowImageView Property

Exposes the underlying McView control when one is used to display the current document.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property ImageView As McView
	Get

Property Value

Type: McView

Return Value

Type: McView
Returns a McView object when applicable.

Implements

IMcWindow.View
Remarks
This function is only applicable to windows hosting an McView instance.
See Also