MobileForms Toolkit Documentation

ShortcutsCollection.Contains Method 

Determines whether an Shortcut is in the collection.

public bool Contains(
Shortcut value
);

Parameters

value
The Shortcut to locate in the collection.

Return Value

true if the shortcut is found in the List; otherwise, false.

Remarks

Return boolean value that indicate if the Shortcut is in the collection.

See Also

ShortcutsCollection Class | Resco.Controls.OutlookControls Namespace