PanelPages.IndexOf
Syntax:
Parameters:
<Page> (required)
Panel page.
Returned value:
Index of the indicated page in the collection. If none is found, returns -1.
Description:
Availability:
Example:
CurPageIndex = Panel.Pages.IndexOf(Panel.CurrentPage); |