Menu.LoadControlState Method
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
protected void LoadControlState ( Object savedState )
protected internal override function LoadControlState ( savedState : Object )
Not applicable.
Parameters
- savedState
An Object that represents the control state to be restored.
Community Additions
ADD
Show:
Note: