ComponentOne Document Library for UWP
FindRenderObject Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1Document Class : FindRenderObject Method
The name to find.
Finds a render object by name.
Syntax
'Declaration
 
Public Function FindRenderObject( _
   ByVal name As System.String _
) As RenderObject
public RenderObject FindRenderObject( 
   System.string name
)

Parameters

name
The name to find.

Return Value

The found object, or null.
See Also

Reference

C1Document Class
C1Document Members