skmMenu: An ASP.NET Menu Control

MenuItem.IStateManager.SaveViewState Method 

This method saves the state for a particular menuitem.

object IStateManager.SaveViewState();

Return Value

A Triplet containing the ViewState and state of the subitems.

Implements

IStateManager.SaveViewState

Remarks

This method returns a Triplet, where the first item is the result from the MenuItem's ViewState's SaveViewState() method call. The second is the ViewState saved from the subItems MenuItemCollection instance. The third item is the ViewState saved from the RolesCollection.

See Also

MenuItem Class | skmMenu Namespace