Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / SaveControlState Method


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

    Return Value

    Returns the server control's current view state. If there is no view state associated with the control, this method returns null.
    See Also