[]
Finds the item using the specified name.
public SideButtonBase[] Find(string name)
Public Function Find(name As String) As SideButtonBase()
| Type | Name | Description |
|---|---|---|
| string | name | A string value that indicates the name of the object to retrieve from the collection |
| Type | Description |
|---|---|
| SideButtonBase[] | An INamedObject object with the specified name within the collection. |