FSO.Client.UI.Panels.UIInboxDropdown.DropDownButton_OnButtonClick C# (CSharp) Method

DropDownButton_OnButtonClick() public method

public DropDownButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void
        void DropDownButton_OnButtonClick(UIElement button)
        {
            ToggleOpen();
        }