BetterExplorer.SavedTabsListGalleryItem.SetDeselected C# (CSharp) 메소드

SetDeselected() 공개 메소드

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