MobileForms Toolkit Documentation

GroupsCollection.Remove Method 

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

public void Remove(
Group value
);

Parameters

value
The Group to remove from the list.

Remarks

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

See Also

GroupsCollection Class | Resco.Controls.OutlookControls Namespace