Click or drag to resize

ScrollEvent.IsWindowScroll Property

X#
A logical value indicating whether the scroll bar which generated this ScrollEvent was a window scroll bar or a free-standing scroll bar.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY IsWindowScroll AS LOGIC GET 
Request Example View Source

Property Value

Type: Logic
A logical value indicating whether the scroll bar which generated this ScrollEvent was a window scroll bar or a free-standing scroll bar.
Remarks
A logical value indicating whether the scroll bar which generated this ScrollEvent was a window scroll bar or a free-standing scroll bar. If a window scroll bar generated this ScrollEvent, TRUE is returned; if it was a free-standing scroll bar, FALSE is returned.
See Also