質問

I am working with WinForms and at a point I am unable to find the height of Header of TabControl user in my Win-form, Below I am attaching the In-circle Image which i want to achieve, I have searched a lot but I am unable to find out solution

ScreenShot

役に立ちましたか?

解決 2

Here is another way

TabControl1.ItemSize.Height

他のヒント

write this way:

that can find your headser height.

TabControl1.Height - TabPage1.Height
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top