IupNextField
Shifts the focus to the next element in a dialog to which the specified element belongs. In does not depend on the element currently with the focus.
Parameters/Return
Ihandle* IupNextField(Ihandle* element); [in C] IupNextField(element: ihandle) -> (elem: ihandle) [in IupLua3] iup.NextField(element: ihandle) -> (elem: ihandle) [in IupLua5]
element: An element.
This function returns the element that received the focus.