MobileForms Toolkit Documentation

AdvancedComboBox.NextSelectableCell Method 

Move to the next selectable cell.

public bool NextSelectableCell();

Return Value

True, if next selectable cell existed, false otherwise.

Remarks

Changes the actual SelectedCell property to the next selectable cell. If currently selected cell is the last cell in the collection, sets SelectedCell to null which deselects all the cells.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | SelectedCell | PreviousSelectableCell