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.
ウィンドウ自体の後ろを見ることができるように、C#の透明なタブページの背景を描画できるかどうか疑問に思っていました。クールな効果が得られると思いますが、それができるかどうか、またはどのようにできるかはわかりません。
BackColor プロパティを使用する代わりに、TabControlのAppearanceプロパティをButtonsに設定できます。これにより、透明なタブ ページの外観とクールな効果がもたらされます。
VB と C# の構文
TabPage1.BackColor = Color.Transparent
これにより、tabpage1 の色がフォームの色として表示されます。