Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / RestoreState Method


In This Topic
    RestoreState Method
    In This Topic
    Restores the state of this features.
    Syntax
    'Declaration
     
    
    Sub RestoreState( _
       ByVal state As Object _
    ) 
    'Usage
     
    
    Dim instance As IFeatures
    Dim state As Object
     
    instance.RestoreState(state)
    void RestoreState( 
       object state
    )

    Parameters

    state
    See Also