[]
Searches the current collection for an object that contains an anchor with the specified name in its Anchors collection.
public RenderObject FindByAnchorName(string anchorName, out C1Anchor anchor)
Public Function FindByAnchorName(anchorName As String, ByRef anchor As C1Anchor) As RenderObject
| Type | Name | Description |
|---|---|---|
| string | anchorName | The name of the anchor to search for. |
| C1Anchor | anchor | OUT: contains the C1Anchor object with the specified name. |
| Type | Description |
|---|---|
| RenderObject | Returns the found render object or null if not found. |