Menu.GetDesignModeState Method

Definition

Retrieves the design-time state of the Menu control.

protected:
 override System::Collections::IDictionary ^ GetDesignModeState();
protected override System.Collections.IDictionary GetDesignModeState ();
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overrides Function GetDesignModeState () As IDictionary

Returns

An IDictionary containing the design-time state of the Menu control.

Remarks

The GetDesignModeState method is a helper method used to get the current design-time state of the Menu control.

Applies to

See also