MultiView::SaveControlState Method ()

 
Use BaseTrue

Saves the current state of the MultiView control.

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

public protected:
virtual Object^ SaveControlState() override

Return Value

Type: System::Object^

An Object that represents the state of the MultiView control. If there is no state associated with the MultiView control, this method returns null.

.NET Framework
Available since 2.0
Return to top
Show: