Menu::LoadControlState Method (Object^)

 

Loads the state of the properties in the Menu control that need to be persisted.

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

public protected:
virtual void LoadControlState(
	Object^ savedState
) override

Parameters

savedState
Type: System::Object^

An Object that represents the control state to be restored.

System_CAPS_noteNote

This method is used primarily by control developers to extend the Menu control.

.NET Framework
Available since 2.0
Return to top
Show: