getGroupScrollerEditBox()

This method returns the object ID of the group scroller edit box. The group scroller bar is enabled and displayed with the DataScrollerPresenceGroups property. The edit box is the editable area of the scroll bar that shows three numbers representing the total groups, viewable groups, and group offset.

Syntax:

IdentObj getGroupScrollerEditBox();

Example:

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

bar graph

See getGroupScroller(), getGroupScrollerEditLeft(), getGroupScrollerEditRight(), getGroupScrollerEditThumb(), getGroupScrollerThumb().


WebFOCUS