BetterExplorer.SavedTabsListGalleryItem.SetDeselected C# (CSharp) Method

SetDeselected() public method

public SetDeselected ( ) : void
return void
        public void SetDeselected()
        {
            this.Background = new SolidColorBrush(Color.FromArgb(1, 255, 255, 255));
            this.tabTitle.Foreground = new SolidColorBrush(Colors.Black);
        }
    }