[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FloatingObject.SaveViewState

SaveViewState Method

SaveViewState()

Saves DrawingObject view state changes that have occurred since the page was posted back to the server.

Declaration
protected override object SaveViewState()
Protected Overrides Function SaveViewState() As Object
Returns
Type Description
object

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).

Overrides