Spread for ASP.NET 11 Product Documentation
SaveViewState Method (MapArea)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MapArea Class : SaveViewState Method
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

Reference

MapArea Class
MapArea Members