MobileForms Toolkit Documentation

ShortcutsCollection.Remove Method 

Removes the first occurrence of a specific object from the List.

public void Remove(
Shortcut value
);

Parameters

value
The Shortcut to remove from the list.

Remarks

Remove Shortcut from the list. The Shortcut that follow the removed element move up to occupy the vacated spot.

See Also

ShortcutsCollection Class | Resco.Controls.OutlookControls Namespace