System.Web.UI.Control.IControlDesignerAccessor C# (CSharp) Méthode

IControlDesignerAccessor() private méthode

private IControlDesignerAccessor ( IDictionary designData ) : void
designData IDictionary
Résultat void
		void IControlDesignerAccessor.SetDesignModeState (IDictionary designData)
		{
			SetDesignModeState (designData);
		}

Same methods

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