'Declaration Public Function FindById( _ ByVal id As Integer _ ) As RenderObject
public RenderObject FindById( int id )
Parameters
- id
- The Id to search for.
Return Value
The render object with the specified Id, or null of no such object was found.
'Declaration Public Function FindById( _ ByVal id As Integer _ ) As RenderObject
public RenderObject FindById( int id )