ToolZone::LoadViewState Method (Object^)

 
Use BaseTrue

Loads view state.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void LoadViewState(
	Object^ savedState
) override

Parameters

savedState
Type: System::Object^

The state to load.

Exception Condition
ArgumentException

The length of savedState, when converted to an object array, does not equal 7.

.NET Framework
Available since 2.0
Return to top
Show: