FSO.Client.UI.Panels.UIMessageGroup.Hide C# (CSharp) Method

Hide() public method

public Hide ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void
        public void Hide(UIElement button)
        {
            Shown = false;
            icon.Visible = true;
            window.Visible = false;
            parent.ReorderIcons();
        }