Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / SaveViewState Method


In This Topic
    SaveViewState Method (TouchStripCollection)
    In This Topic
    Saves the state of the view.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function SaveViewState() As Object
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim value As Object
     
    value = instance.SaveViewState()
    public override object SaveViewState()

    Return Value

    System.Object.
    See Also