BBjResizeEvent::isAdjusting

Description

In BBj 17.0 and higher, this method returns a boolean value that indicates whether the user is actively resizing the window.

Syntax

Return Value

Method

boolean

isAdjusting()

Parameters

None.

Return Value

This method returns true (1) if the user is still resizing the window or false (0) if resizing is finished.

Remarks

This method always returns false (0) if the underlying windowing system doesn't make this information available.

See Also

BBjEvent

BBj Object Diagram for an illustration of the relationship between BBjObjects.