Indicates if the layer supports interactive effects changes.
[Visual Basic 6.0] Property SupportsInteractive As Boolean
[Visual Basic .NET] Public Property SupportsInteractive As Boolean
[C#] public bool SupportsInteractive {get; set;}
[Java] public boolean isSupportsInteractive() throws IOException, AutomationException
[Java] public void setSupportsInteractive( boolean SupportsInteractive ) throws IOException, AutomationException
[C++]
HRESULT get_SupportsInteractive(
VARIANT_BOOL* supported
);
[C++] HRESULT put_SupportsInteractive( VARIANT_BOOL supported);
Parameters
supported [out, retval]
supported is a parameter of type VARIANT_BOOL
supported [in]
supported is a parameter of type VARIANT_BOOL