MobileForms Toolkit Documentation

ToolbarItemCollection.Contains Method 

Determines whether an ToolbarItem is in the collection.

public bool Contains(
ToolbarItem value
);

Parameters

value
The ToolbarItem to locate in the collection.

Return Value

true if the item is found in the collection; otherwise, false.

Remarks

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

See Also

ToolbarItemCollection Class | Resco.Controls.CommonControls Namespace