C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1Document Class / FindRenderObject Method
The name to find.

In This Topic
FindRenderObject Method (C1Document)
In This Topic
Finds a render object by name.
Syntax
'Declaration
 
Public Function FindRenderObject( _
   ByVal name As String _
) As RenderObject
 

Parameters

name
The name to find.

Return Value

The found object, or null.
See Also