Description
Specify whether to allow animation
updates.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property AllowAnimUpdate() As Boolean
|
[C#] |
public bool AllowAnimUpdate {get; set;}
|
[Managed C++] |
public: __property bool get_AllowAnimUpdate();
public: __property void set_AllowAnimUpdate(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_AllowAnimUpdate(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowAnimUpdate(
VARIANT_BOOL NewAllowAnimUpdate
);
|
[Java] |
public bool getAllowAnimUpdate();public void setAllowAnimUpdate(
bool
);
|
See Also