AjaxControlToolkit.HtmlEditor.Popups.Popup.PopupStyle.FillStyleAttributes C# (CSharp) Method

FillStyleAttributes() protected method

protected FillStyleAttributes ( System.Web.UI.CssStyleCollection attributes, IUrlResolutionService urlResolver ) : void
attributes System.Web.UI.CssStyleCollection
urlResolver IUrlResolutionService
return void
            protected override void FillStyleAttributes(CssStyleCollection attributes, IUrlResolutionService urlResolver)
            {
                _popup._savedCSS = attributes.Value;
                attributes.Add(HtmlTextWriterStyle.Position, "absolute");
                attributes.Add(HtmlTextWriterStyle.Top, "-2000px");
                attributes.Add(HtmlTextWriterStyle.Left, "-2000px");
            }