entity.MetaEditor2.Ident.cbTagIdent_DropDown C# (CSharp) Method

cbTagIdent_DropDown() private method

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