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


In This Topic
    SaveViewState Method (FloatingObject)
    In This Topic
    Saves DrawingObject view state changes that have occurred since the page was posted back to the server.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveViewState() As Object
    'Usage
     
    
    Dim instance As FloatingObject
    Dim value As Object
     
    value = instance.SaveViewState()
    protected override object SaveViewState()

    Return Value

    Returns the DrawingObject's current view state. If there is no view state associated with the control, this method returns a null reference (Nothing in Visual Basic).
    See Also