How do I make a TabPage's title text bold?

后端 未结 3 2048
陌清茗
陌清茗 2021-01-13 10:06

I have some tabControl in C# Windows app. It has some tabPages. Does anyone kwows how to make the tabPage Text to become Bold..?

3条回答
  •  没有蜡笔的小新
    2021-01-13 10:40

    Another, less elegant option is to set the font->bold property of the parent form/control to true, which will make everything bold including the tab names and then set bold to false on all the controls you don't want bold.

提交回复
热议问题