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
SyntaxPublic ReadOnly Property ImageView As McView
Get
Property Value
Type:
McViewReturn Value
Type:
McViewReturns a McView object when applicable.
Implements
IMcWindow.View
RemarksThis function is only applicable to windows hosting an McView instance.
See Also