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

后端 未结 3 2055
陌清茗
陌清茗 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:47

    In Winforms you can change the DrawMode and paint all the captions on yourself.

    See the MSDN Example.

提交回复
热议问题