Layer.onSearchNextFocusable

Function/Meaning

Search backwards for focusable layers

Type
LayerclassEvent
Syntax
onSearchNextFocusable(layer)
Arguments
layer

A layer object that receives focus.
Specify as an argument when calling the method with the same name in the parent class.
If you pass null, it will be treated as no focusable layer.

Return value
None (void)
Explanation

This event occurs when performing a backward search for a focusable layer.
When specifying the layer that receives focus, specify that layer in the argument of the event with the same name in the superclass.