Saves the changes to a server control's view state to an Object.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected override Object SaveViewState()
Visual Basic (Declaration)
Protected Overrides Function SaveViewState As Object

Return Value

The Object that contains the view state changes.

See Also