EditorPart::SetDesignModeState Method (IDictionary^)

 

Applies the characteristics of the design-mode state to the current EditorZoneBase zone that contains an EditorPart control.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
virtual void SetDesignModeState(
	IDictionary^ data
) override

Parameters

data
Type: System.Collections::IDictionary^

An IDictionary that contains state data for displaying the zone.

.NET Framework
Available since 2.0
Return to top
Show: