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


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

    Return Value

    An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null.
    See Also