Description
Specify whether to display access animation highlights, i.e. boxes around objects participating in an access.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AccessAnimHigh() As Boolean
|
| [C#] |
|---|
public bool AccessAnimHigh {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_AccessAnimHigh(); public: __property void set_AccessAnimHigh( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AccessAnimHigh( VARIANT_BOOL * pRetVal ); public: HRESULT put_AccessAnimHigh( VARIANT_BOOL NewAccessAnimHigh );
|
| [Java] |
|---|
public bool getAccessAnimHigh();public void setAccessAnimHigh( bool );
|
See Also