MultiPage tab

  • Thread starter Thread starter JWM6
  • Start date Start date
J

JWM6

Is there a way to programatically stop the TAB from going to the
MultiPage tab at the top of a multipage control? I'd like to be able
to click it with the mouse but not be a tab stop when the TAB key is
used.
 
I understand that there is the "TabStop = T/F" property for the object
on the page. But the Page object itself only has an "Index" property
no TabStop property, starting at 0 for the left most and incrementin
across the different pages.

Doesn't seem that I can (at the moment) keep the page from being a ta
stop
 
You selected only a tab of the multipage control. You need a bit of skill to
select the entire multipage control.

You can try this:
- Click once on the area of the multipage control
- click once carefully on the edge of the multipage control

Then, you should have the actual multipage control selected, and you should
see the Tabstop property in the properties window.

Regards,
Edwin Tam
(e-mail address removed)
http://www.vonixx.com
 
Back
Top