MobileForms Toolkit Documentation

ShortcutsCollection.Item Property (String)

Gets or sets the shortcut with the specified name within the collection.

public Shortcut this[
string name
] {get; set;}

Parameters

name
The name of the shortcut in the collection to set or retrieve.

Property Value

An item representing the shortcut with the specified name within the collection.

Remarks

You can use this method to obtain the shortcut with the specified name within the collection. If the name is invalid or cannot be found in collection, property throw ArgumentOutOfRangeException.

See Also

ShortcutsCollection Class | Resco.Controls.OutlookControls Namespace | ShortcutsCollection.Item Overload List