Raised when the scrollbar visibility state changes.
Visual Basic |
---|
Public Event ScrollBarVisibleChanged( _ ByVal scrollBar As enumScrollBars, _ ByVal visible As Boolean _ ) |
- scrollBar
An enumScrollBars value which represents the scrollbar types.Value Description SB_Both Both vertical and horizontal scrollbars. SB_Horizontal Horizontal scrollbar. SB_None No scrollbars. SB_Vertical Vertical scrollbar. - visible
True if the scrollbar has become visible.
False if the scrollbar has become invisible.