Accessing scrollbar in a TabControl

A

aabdelwahab

I am trying to flash (i.e. blink) the scrollbars on a TabControl. Does
anyone know how I can get access to the scrollbar object with the
TabControl. And, does anyone have any ideas on how I can flash/blink
the scrollbar.
 
C

Cor Ligthert [MVP]

Be aware that AFAIK you can only access controls on the toolbar as long as
they are visible.

Cor
 
A

aabdelwahab

I am talking about the little left/right arrows that display when
multiple tab pages are added to a tab control. I want to access these
little arrows (I assume they are some type of scroll object) within my
code. I have not found a way to do this.
 

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

Top