IMcEngineProgressMeter Property
|
|
A read/write property holding a IMcGlueProgressMeter instance, if any.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxProperty ProgressMeter As IMcGlueProgressMeter
Get
Set
Return Value
Type:
IMcGlueProgressMeterIMcGlueProgressMeter* The current ProgressMeter instance, if any.
Or Nothing if none.
RemarksThis must be assigned either NULL for no progress meter support
(which is also its initial value) or an instance of an IMcGlueProgressMeter
interface supplied by the caller. The IMcGlueProgressMeter interface should
implement the display of operation progress, the discharge of the message
queue and checking for user abort.
Note |
---|
When this property is assigned, notify clients of McObject(Engine) are
sent an SNC_NOTIFY_HO_PROPERTYCHANGED SpecialNotify with data value
ID_IMcEngine_McGlueProgressMeter. |
See Also