Document ActiveVisualReference Property TIBCO Spotfire 6.0 API Reference
Gets the active Visual. That is, the active Visual of the active Page, if there is any. May return null.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public Visual ActiveVisualReference { get; private set; }

Property Value

Type: Visual
The active Visual; otherwise null.
See Also