Alsing.Design.ComponaCollectionEditor.ComponaCollectionForm.btnDropDown_Click C# (CSharp) Method

btnDropDown_Click() protected method

protected btnDropDown_Click ( object o, EventArgs e ) : void
o object
e System.EventArgs
return void
            protected void btnDropDown_Click(object o, EventArgs e)
            {
                GUI.btnDropdown.ContextMenu.Show(GUI.btnDropdown, new Point(0, GUI.btnDropdown.Height));
            }