EditorPart.SetDesignModeState(IDictionary) Method

Definition

Applies the characteristics of the design-mode state to the current EditorZoneBase zone that contains an EditorPart 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 zone.

Applies to

See also