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

IControlDesignerAccessor() private method

private IControlDesignerAccessor ( ) : IDictionary
return IDictionary
		IDictionary IControlDesignerAccessor.GetDesignModeState ()
		{
			throw new NotImplementedException ();
		}

Same methods

Control::IControlDesignerAccessor ( Control control ) : void
Control::IControlDesignerAccessor ( IDictionary designData ) : void