I'm trying to design an option screen that is similar to the one in Word 2010.

What is the control used for the menu that is to the left side of the Option Screen? (Windows Forms). If there isn't a control available in windows forms that exactly replicates the menu bar, what would be the most recommended approach of designing the option screen?
Also, I'd like to save the settings onto a file so that the saved settings are automatically loaded by the application the next time it is launched. What is the most common way of handling this? (I thought XML but not sure if that is appropriate for saving settings)
