PageOrder Property

Specifies the relative order of pages in a page frame. Available at design time and run time.

Page.PageOrder[ = nOrder]

Property Values

  • nOrder
    Specifies the relative order of a page in a page frame.

Remarks

If a page frame contains five pages and you want the third page displayed last, set the PageOrder property of the third page to 5. The PageOrder setting for the fourth page becomes 3, the PageOrder setting for the fifth page becomes 4, and so on.

Note   PageOrder settings don't have to be sequential. Also, the PageOrder must be less than or equal to the number of pages in a page frame.

See Also

Activate Event | Deactivate Event | PageFrame Control | ZOrder Method

Applies To: Page