MobileForms Toolkit Documentation

ShortcutsCollection.Insert Method 

Inserts an shortcut into the collection at the specified index.

public void Insert(
int index,
Shortcut value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Shortcut to insert. The value can be a null reference (Nothing in Visual Basic).

Remarks

Insert shortcut at the specified location within items collection.

See Also

ShortcutsCollection Class | Resco.Controls.OutlookControls Namespace