ICSharpCode.Core.ToolBarDropDownButton.OnDropDownShow C# (CSharp) Method

OnDropDownShow() protected method

protected OnDropDownShow ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnDropDownShow(EventArgs e)
        {
            if (codon != null && !this.DropDown.Visible)
            {
                CreateDropDownItems();
            }
            base.OnDropDownShow(e);
        }