'Declaration Protected Overrides Function SaveViewState() As Object
'Usage Dim instance As FloatingObject Dim value As Object value = instance.SaveViewState()
protected override object SaveViewState()
Return Value
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).