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