Beyond_Beyaan.BBComboBox.RefreshSelection C# (CSharp) Method

RefreshSelection() private method

private RefreshSelection ( ) : void
return void
        private void RefreshSelection()
        {
            _buttons[0].SetText(_items[_selectedIndex]);
            Dropped = false;
        }