Как сохранить вкладки моего tabcontrol для следующего запуска? С#
Мне нужно сохранить вкладки моего TabControl, чтобы при следующем запуске пользователь открыл исходные вкладки. (Как Notepad++, но на языке Си#)
Если я могу, я хотел бы записать TabControl в файл и повторно загрузить его при следующем запуске.
Спасибо :)
Что я уже пробовал:
I tried to create an App Setting in the Properties menu, and I thought it "worked", but when I attempted to run it, it throws an error stating it doesn't know how to "get" the TabControl's values. I assume it's because the App Setting area isn't meant for a TabControl? Or am I doing something wrong?