entity.MetaEditor2.Ident.cbTagIdent_DropDown C# (CSharp) 메소드

cbTagIdent_DropDown() 개인적인 메소드

private cbTagIdent_DropDown ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void
        private void cbTagIdent_DropDown(object sender, EventArgs e)
        {
            if (cbTagIdent.Items.Count <= 1)
                this.FillTagBoxWithNames(false);
            cbTagIdent.Width = longestName + 20;
        }