Navigation:  ABC Library Reference > BrowseClass > BrowseClass Properties >====== HasThumb (vertical scroll bar flag) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
HasThumb BYTE

blk2blue.jpg

The HasThumb property indicates whether BrowseClass object's LIST control has a vertical scroll bar. A value of one (1) indicates a scroll bar; a value of zero (0) indicates no scroll bar.

Implementation:

The SetAlerts method sets the value of the HasThumb property. The UpdateThumb method uses the HasThumb property to implement correct thumb and scroll bar behavior.

See Also:     ListControl, SetAlerts, UpdateThumb