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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top