ICSharpCode.Core.ToolBarDropDownButton.OnDropDownShow C# (CSharp) 메소드

OnDropDownShow() 보호된 메소드

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