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 * pVal
);
public: HRESULT put_AllowAnimUpdate(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getAllowAnimUpdate();
public void setAllowAnimUpdate(
bool
);
|
See Also