getGroupScrollerThumb()

This method returns the object ID of the group scroller thumb. The group scroll bar is enabled and displayed with the DataScrollerPresenceGroups property. The thumb is the movable area of the scroll bar that can be used to adjust the group offset.

Syntax:

IdentObj getGroupScrollerThumb();

Example:

setViewableGroups(3);
setScrollOffsetGroup(1);
setFillColor(getGroupScrollerThumb(),
             new Color(206,0,121));
setDepthAngle(0);
setDepthRadius(0);

bar graph

See getGroupScroller(), getGroupScrollerEditLeft(), getGroupScrollerEditBox(), getGroupScrollerEditRight(), getGroupScrollerEditThumb(), DataScrollerPresenceGroups.


WebFOCUS