System.Web.UI.Control.SetDesignModeState C# (CSharp) Method

SetDesignModeState() protected method

protected SetDesignModeState ( IDictionary data ) : void
data IDictionary
return void
		protected virtual void SetDesignModeState (IDictionary data)
		{
			throw new NotImplementedException ();
		}