add buttons to taskbar thumbnail WPF

Code Example - add buttons to taskbar thumbnail WPF

                
                        private void ThumbButtonInfo_Click(object sender, EventArgs e)
{
    MessageBox.Show((sender as System.Windows.Shell.ThumbButtonInfo).Description);
}