FSO.Client.UI.Panels.UIMessageGroup.Hide C# (CSharp) Méthode

Hide() public méthode

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