LoginStatus.SetDesignModeState Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Overrides the base Control.SetDesignModeState method.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void SetDesignModeState ( IDictionary data )
protected override function SetDesignModeState ( data : IDictionary )
Not applicable.
Parameters
- data
An IDictionary containing the state of the LoginStatus control.
Community Additions
ADD
Show: