[]
Checks whether an icon object with the specified name is in the container.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | Name |
Type | Description |
---|---|
bool | True if the icon object is in the container; ortherwise, false |