Moves to the page at the specified index.
'Declaration
Public Overridable Function MoveToPage( _
ByVal As Integer _
) As Boolean
public virtual bool MoveToPage(
int
)
Parameters
- pageIndex
- The index of the page to move to.
Return Value
True if the operation was successful; otherwise, false.