I have just started using WPF forms instead of Windows Forms forms. In a Windows Forms form I could just do:
ComboBox.SelectedValue.toString();
Write it like this:
String CmbTitle = (cmb.SelectedItem as ComboBoxItem).Content.ToString()