This document is archived and information here might be outdated. Recommended version. |
Indicates whether to cycle the group animation.
[Visual Basic .NET]
Public Property CycleAnimation As Boolean
[C#]
public bool CycleAnimation {get; set;}
[C++]
HRESULT get_CycleAnimation(
Boolean* pbIsCycle
);
[C++]
HRESULT put_CycleAnimation(
VARIANT_BOOL pbIsCycle
);
[C++] Parameters pbIsCycle [out, retval]
pbIsCycle is a parameter of type bool* pbIsCycle [in]
pbIsCycle is a parameter of type bool