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

IControlDesignerAccessor() private method

private IControlDesignerAccessor ( IDictionary designData ) : void
designData IDictionary
return void
		void IControlDesignerAccessor.SetDesignModeState (IDictionary designData)
		{
			SetDesignModeState (designData);
		}

Same methods

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