Accessing scrollbar in a TabControl

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • aabdelwahab@comcast.net

    Accessing scrollbar in a TabControl

    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.

  • Cor Ligthert [MVP]

    #2
    Re: Accessing scrollbar in a TabControl

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

    Cor

    <aabdelwahab@co mcast.netschree f in bericht
    news:1160682076 .762417.175560@ i3g2000cwc.goog legroups.com...
    >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.
    >

    Comment

    • aabdelwahab@comcast.net

      #3
      Re: Accessing scrollbar in a TabControl

      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.

      Comment

      Working...