This document is archived and information here might be outdated. Recommended version. |
Indicates if an animation property is active.
[Visual Basic .NET]
Public Function get_IsActiveProperty ( _
ByVal propIndex As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_IsActiveProperty ( _
ByVal propIndex As Integer, _
ByVal pbIsActiveProp As Boolean _
)
[C#]
public bool get_IsActiveProperty (
int propIndex
);
[C#]
public void set_IsActiveProperty (
int propIndex,
bool pbIsActiveProp
);
[C++]
HRESULT get_IsActiveProperty(
long propIndex,
Boolean* pbIsActiveProp
);
[C++]
HRESULT put_IsActiveProperty(
long propIndex,
VARIANT_BOOL pbIsActiveProp
);
[C++] Parameters propIndex [in]
propIndex is a parameter of type long pbIsActiveProp [out, retval]
pbIsActiveProp is a parameter of type bool* propIndex [in]
propIndex is a parameter of type long pbIsActiveProp [in]
pbIsActiveProp is a parameter of type bool