Menu.SetDesignModeState(IDictionary) Method

Definition

Sets design-time data for the Menu control.

protected:
 override void SetDesignModeState(System::Collections::IDictionary ^ data);
protected override void SetDesignModeState (System.Collections.IDictionary data);
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overrides Sub SetDesignModeState (data As IDictionary)

Parameters

data
IDictionary

An IDictionary that contains state data for displaying the control.

Remarks

This method overrides SetDesignModeState.

Note

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

Applies to