문제

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