This document is archived and information here might be outdated. Recommended version. |
Indicates whether the Continuous Loop check box is activated, to replay the data repeatedly.
[Visual Basic .NET]
Public Property PlayContinously As Boolean
[C#]
public bool PlayContinously {get; set;}
[C++]
HRESULT get_PlayContinously(
Boolean* pbvarPlayContinously
);
[C++]
HRESULT put_PlayContinously(
VARIANT_BOOL pbvarPlayContinously
);
[C++] Parameters pbvarPlayContinously [out, retval]
pbvarPlayContinously is a parameter of type bool* pbvarPlayContinously [in]
pbvarPlayContinously is a parameter of type bool