Esempio n. 1
0
        private void OnRightClick(Window callingWindow)
        {
            if (ShowExpandCollapseAllOption)
            {
                GuiManager.AddPerishableWindow(mListBox);

                mListBox.Visible = true;

                GuiManager.PositionTopLeftToCursor(mListBox);
            }
        }