VisualControlState TVisual, TValue  Class TIBCO Spotfire 6.0 API Reference
Keeps the state and visual model for a custom visual web control. The state is used to preserve data related to layout and rendering of a web control, which is important for web controls since they are disposed after they have been rendered. Typically, this can be used to implement more efficient tooltips. The state is cleared when the model must be re-rendered, that is, when the TVisual's GetRenderTrigger  fires.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Extension CustomControlState
    Spotfire.Dxp.Application.Extension CustomControlState TVisual 
      Spotfire.Dxp.Application.Extension VisualControlState TVisual, TValue 

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

public sealed class VisualControlState<TVisual, TValue> : CustomControlState<TVisual>
where TVisual : VisualContent 
where TValue : class
Type Parameters

TVisual
TValue
See Also