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.
Invoices、Orders、Estimates、Reports、Settings はさまざまなタブであり、
if (tabControl1.SelectedTab.Name == "CompanyTab") { tabControl1.SelectedTab.BackColor = Color.CornflowerBlue; }
しかし、これは tab-page の色ではなく、 tab の色を変更します。