AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : ScrollBarVisibleChanged Event |
True if the scrollbar has become visible.
False if the scrollbar has become invisible.
Visual Basic |
---|
Public Event ScrollBarVisibleChanged( _ ByVal scrollBar As enumScrollBars, _ ByVal visible As Boolean _ ) |
Value | Description |
---|---|
SB_Both | Both vertical and horizontal scrollbars. |
SB_Horizontal | Horizontal scrollbar. |
SB_None | No scrollbars. |
SB_Vertical | Vertical scrollbar. |
True if the scrollbar has become visible.
False if the scrollbar has become invisible.