Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / LoadControlState Method
A System.Object that represents the control state to be restored.


In This Topic
    LoadControlState Method
    In This Topic
    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