MobileForms Toolkit Documentation

ShortcutsCollection.SelectedIndex Property

Gets or sets index of the selected group.

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 group in the groups list. To deselect the currently selected group, set the SelectedIndex to -1.

See Also

ShortcutsCollection Class | Resco.Controls.OutlookControls Namespace