Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FloatingObject Class / LoadViewState Method
An Object that represents the control state to be restored.


In This Topic
    LoadViewState Method (FloatingObject)
    In This Topic
    Restores view-state information from a previous page request that was saved by the SaveViewState method.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub LoadViewState( _
       ByVal savedState As Object _
    ) 
    'Usage
     
    
    Dim instance As FloatingObject
    Dim savedState As Object
     
    instance.LoadViewState(savedState)
    protected override void LoadViewState( 
       object savedState
    )

    Parameters

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