The C1MultiPage type exposes the following members.

Constructors

  NameDescription
Public methodC1MultiPage
Default constructor.

Methods

  NameDescription
Public methodCreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
Public methodDispose
Disposes the resources.
(Overrides ComponentDispose()()()().)
Public methodFindPageView
Gets the index of page with the specified page view ID.
Public methodInitialize
Initializes the multipage control.
(Overrides ComponentInitialize()()()().)
Public methodMoveFirst
Moves to the first page.
Public methodMoveLast
Moves to the last page.
Public methodMoveNext
Moves to the next page.
Public methodMovePrevious
Moves to the previous page.
Public methodPlay
Starts the page swapping process.
Public methodSelectPageView
Selects the page view by the ID.
Public methodStop
Stops the page swapping process.

Properties

  NameDescription
Public propertyAnimation
Animation effect while switching between pages.
Public propertyDelay
Gets or sets a value that determines whether page views are displayed one by one automatically..
Public propertyDuration
Animation duration in milliseconds.
Public propertyEasing
The transition for animation.
Public propertyEnabled
Gets or sets the enabled status of this page view.
Public propertySelectedIndex
Gets or sets the index of the selected page view.
Public propertyVisualStyle
Gets or sets the VisualStyle.

See Also