Spread for ASP.NET 11 Product Documentation
LoadControlState Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : LoadControlState Method
A System.Object that represents the control state to be restored.
Restores control-state information from a previous page request that was saved by the SaveControlState method.
Syntax
'Declaration
 
Protected Overrides Sub LoadControlState( _
   ByVal savedState As Object _
) 
'Usage
 
Dim instance As SpreadChart
Dim savedState As Object
 
instance.LoadControlState(savedState)
protected override void LoadControlState( 
   object savedState
)

Parameters

savedState
A System.Object that represents the control state to be restored.
See Also

Reference

SpreadChart Class
SpreadChart Members