Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuCollection Class / LoadViewState Method
The state.


In This Topic
    LoadViewState Method (ContextMenuCollection)
    In This Topic
    Loads the state of the view.
    Syntax
    'Declaration
     
    
    Public Overrides Sub LoadViewState( _
       ByVal state As Object _
    ) 
    'Usage
     
    
    Dim instance As ContextMenuCollection
    Dim state As Object
     
    instance.LoadViewState(state)
    public override void LoadViewState( 
       object state
    )

    Parameters

    state
    The state.
    See Also