Page Object [Outlook 2003 Forms Help]

One page of a MultiPage or a single member of a Pages collection.

Remarks

Each Page object contains its own set of controls and does not necessarily rely on other pages in the collection for information. A Page inherits some properties from its container; the value of each inherited property is set by the container.

You can reference a Page by its index value. The index value reflects the ordinal position of the Page within the collection. The index of the first Page in a collection is 0; the index of the second Page is 1; and so on.

The default name for the first Page is Page1. The default name for the second Page is Page2.

Properties | Accelerator Property | ActiveControl Property | CanPaste Property | CanRedo Property | CanUndo Property | Caption Property | ControlTipText Property | Cycle Property | Enabled Property | Index Property | InsideHeight, InsideWidth Properties | InsideHeight, InsideWidth Properties | KeepScrollBarsVisible Property | Name Property | Parent Property | Picture Property | PictureAlignment Property | PictureSizeMode Property | PictureTiling Property | ScrollBars Property | ScrollHeight, ScrollWidth Properties | ScrollHeight, ScrollWidth Properties | ScrollLeft, ScrollTop Properties | ScrollLeft, ScrollTop Properties | Tag Property | VerticalScrollBarSide Property | Visible Property | Zoom Property

Methods | Copy Method | Cut Method | Paste Method | RedoAction Method | Repaint Method | Scroll Method | SetDefaultTabOrder Method | UndoAction Method

Parent Objects | MultiPage Object