Equivalent of GetTabRect() in TabPage

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hi all,

I have a problem looking for a property/method in TabPage
class that will return the same rectangle as the
tabControl.GetTabRect().

Any help will be greatly appreciated.
Thank you in advance.


regards,
Sean
 
AFAIK, there isn't one
Why can't you use TabControl.GetTabRect?
From inside a TabPage you can use the Parent
property to get the TabControl

/claes
 
Back
Top