dijit.form.ComboButton.hasNextFocalNode
dojo.require("dijit.form.Button");
defined in dijit/form/Button.js
Returns true if this widget has no node currently focused or if there is a node following the focused one. False is returned if the last node has focus.
Usage
function () (view source)