AjaxControlToolkit.HtmlEditor.ToolbarButtons.InsertLink.OnInit C# (CSharp) Méthode

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);
            RelatedPopup = new LinkProperties();
            AutoClose = false;
        }