Menu.LoadControlState(Object) Method

Definition

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

protected public:
 override void LoadControlState(System::Object ^ savedState);
protected internal override void LoadControlState (object savedState);
override this.LoadControlState : obj -> unit
Protected Friend Overrides Sub LoadControlState (savedState As Object)

Parameters

savedState
Object

An Object that represents the control state to be restored.

Remarks

Note

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

Applies to