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