You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to get the location/size (tried before and after opening tabtip) with System.Drawing.Rectangle clavier = TabTip.GetTabTipRectangle(); Console.WriteLine(clavier.Location); Console.WriteLine(clavier.Size);
but i get {X=0,Y=0} {Width=1, Height=1}
Any idea how to get the correct values ?
The text was updated successfully, but these errors were encountered:
Hi. I'm trying to get the location/size (tried before and after opening tabtip) with
System.Drawing.Rectangle clavier = TabTip.GetTabTipRectangle(); Console.WriteLine(clavier.Location); Console.WriteLine(clavier.Size);
but i get
{X=0,Y=0} {Width=1, Height=1}
Any idea how to get the correct values ?
The text was updated successfully, but these errors were encountered: