BBjSysGui::getDefaultScrollWheelBehavior

Description

In BBj 6.0 and higher, this method gets the scroll behavior of all MouseWheelEnabled controls that do not specify their own scroll mode.

Syntax

Return Value

Method

int

getDefaultScrollWheelBehavior()

Parameters

None.

Return Value

None.

Remarks

See MouseWheelEnabled for constants; DEFAULT cannot be used.

Example

SYSGUI = UNT
OPEN (SYSGUI)"X0"
sysgui! = BBjAPI().getSysGui()
sysgui!.setDefaultScrolLWheelBehavior(sysgui!.FOCUS)
PRINT "SG SCROLL MODE: ", sysgui!.getDefaultScrollWheelBehavior()

See Also

BBjAPI

BBjWindow

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.