MobileForms Toolkit Documentation

Group.SelectedIndex Property

Gets or sets an index of the selected shortcut.

public int SelectedIndex {get; set;}

Property Value

A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected.

Remarks

This property indicates the zero-based index of the currently selected shortcut in the shortcuts list. To deselect the currently selected shortcut, set the SelectedIndex to -1.

See Also

Group Class | Resco.Controls.OutlookControls Namespace