choice_is_item_selected
Description:
public bool choice_is_item_selected (
int index)
Checks whether the item at the given index on this is currently selected
Parameters:
this |
a FormField
|
index |
the index of the item
|
Returns:
true if item at index is currently selected
|