Accusoft ImagXpress 12
ScrollBarVisibleChanged Event
See Also  Send comments on this topic.
scrollBar
An enumScrollBars value which represents the scrollbar types.
visible

True if the scrollbar has become visible.

False if the scrollbar has become invisible.

AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ScrollBarVisibleChanged Event

Glossary Item Box

Description

Raised when the scrollbar visibility state changes.

Syntax

Visual Basic
Public Event ScrollBarVisibleChanged( _
   ByVal scrollBar As enumScrollBars, _
   ByVal visible As Boolean _
)

Parameters

scrollBar
ValueDescription
SB_BothBoth vertical and horizontal scrollbars.
SB_HorizontalHorizontal scrollbar.
SB_NoneNo scrollbars.
SB_VerticalVertical scrollbar.
An enumScrollBars value which represents the scrollbar types.
visible

True if the scrollbar has become visible.

False if the scrollbar has become invisible.

See Also

©2013. Accusoft Corporation. All Rights Reserved.