C1.Silverlight.Extended Namespace / C1Book Class / TurnPage(Boolean) Method
True to turn to the next page, false to turn to the previous page.

In This Topic
TurnPage(Boolean) Method
In This Topic
Turns to the next or previous page with a page folding animation.
Syntax
'Declaration
 
Public Function TurnPage( _
   ByVal forward As Boolean _
) As Boolean
 

Parameters

forward
True to turn to the next page, false to turn to the previous page.

Return Value

True if the page started to turn.
See Also