'Declaration Public Function FindInputFragment( _ ByVal startPageIndex As Integer, _ ByVal forward As Boolean _ ) As RenderInputFragment
public RenderInputFragment FindInputFragment( int startPageIndex, bool forward )
Parameters
- startPageIndex
- The 0-based index of the page to start the search at.
- forward
- Specifies whether to search forward or backward.
Return Value
The C1.C1Preview.RenderInputFragment object that was found, or null.