winforms combobox get selected text

Code Example - winforms combobox get selected text

                
                        string status = "The status of my combobox is " + comboBoxTest.Text;