[]
Searches the current collection for an object with the specified Name.
public RenderObject FindByName(string name)
Type | Name | Description |
---|---|---|
string | name | The name to search for. |
Type | Description |
---|---|
RenderObject | The object in the current collection, or null if no object was found. |