DevImageComboBoxItemCollectionContains(String) Method
Determines whether the specified item is located within the collection.
Namespace: DevCase.UI.Layout.DevImageComboBoxDataAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Contains(
string text
)
Public Function Contains (
text As String
) As Boolean
Dim instance As DevImageComboBoxItemCollection
Dim text As String
Dim returnValue As Boolean
returnValue = instance.Contains(text)
public:
bool Contains(
String^ text
)
member Contains :
text : string -> bool
No code example is currently available or this language may not be supported.
- text String
-
The text of the item to remove from the collection.
Boolean if the item is located within the collection; otherwise,
.