Specifies whether an Animate Highlight appears in the 2D Graphics window during access periods. The Animate Highlight is a box drawn around each object participating in the access.
Read-write property
[Visual Basic .NET] |
---|
Public Property AnimateGfx() As Boolean |
[C#] |
---|
public bool AnimateGfx {get; set;} |
[Managed C++] |
---|
public: __property bool get_AnimateGfx(); |
[Unmanaged C++] |
---|
public: HRESULT get_AnimateGfx( VARIANT_BOOL * pVal ); public: HRESULT put_AnimateGfx( VARIANT_BOOL inVal ); |
[Java] |
---|
public bool getAnimateGfx(); public void setAnimateGfx( bool ); |