LoginStatus.SetDesignModeState Method (IDictionary)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Overrides the base Control.SetDesignModeState method.

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

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

Parameters

data
Type: System.Collections.IDictionary

An IDictionary containing the state of the LoginStatus control.

.NET Framework
Available since 2.0
Return to top
Show: