Called to load control state

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public Object LoadControlState(
	Object savedState
)
Visual Basic (Declaration)
Public Function LoadControlState ( _
	savedState As Object _
) As Object

Parameters

savedState
Type: System..::.Object
Saved control state

Return Value

Saved state to pass to the base LoadControlState method

See Also