Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
選択したタブページの名前を取得するにはどうすればよいですか?
タブページを含むタブコントロールを介して名前にアクセスできます。
string name = tabControl1.SelectedTab.Name;
その仕事
TabControl1.TabPages[TabControl1.SelectedIndex].Name.ToString();