selected_foreach


Description:

[ Version ( since = "3.14" ) ]
public void selected_foreach (ListBoxForeachFunc func)

Calls a function for each selected child.

Note that the selection cannot be modified from within this function.

Parameters:

this

a ListBox

func

the function to call for each selected child

data

user data to pass to the function