Share via


Page Object Members

Outlook Forms Script Reference

Represents one page of a MultiPage or a single member of a Pages collection.

Methods

  Name Description
Bb176981.methods(en-us,office.12).gif Copy Copies the contents of an object to the Clipboard.
Bb176981.methods(en-us,office.12).gif Cut Removes selected information from an object and transfers it to the Clipboard.
Bb176981.methods(en-us,office.12).gif Paste Transfers the contents of the Clipboard to an object.
Bb176981.methods(en-us,office.12).gif RedoAction Reverses the effect of the most recent Undo action.
Bb176981.methods(en-us,office.12).gif Repaint Updates the display by redrawing the page.
Bb176981.methods(en-us,office.12).gif Scroll Moves the scroll bar on an object.
Bb176981.methods(en-us,office.12).gif SetDefaultTabOrder Sets the TabIndex property of each control on a frame or page, using a default top-to-bottom, left-to-right tab order.
Bb176981.methods(en-us,office.12).gif UndoAction Reverses the most recent action that supports the Undo command.

Properties

  Name Description
Bb176981.properties(en-us,office.12).gif Accelerator Returns or sets the accelerator key for the page. Read/write.
Bb176981.properties(en-us,office.12).gif ActiveControl Returns an Object that has the focus. Read-only.
Bb176981.properties(en-us,office.12).gif CanPaste Returns a Boolean that specifies whether the Clipboard contains data that the object supports. Read-only.
Bb176981.properties(en-us,office.12).gif CanRedo Returns a Boolean that specifies if the most recent Undo can be reversed. Read-only.
Bb176981.properties(en-us,office.12).gif CanUndo Returns a Boolean that specifies whether the last user action can be undone. Read-only.
Bb176981.properties(en-us,office.12).gif Caption Returns or sets a String that specifies the text that appears on the page. Read/write.
Bb176981.properties(en-us,office.12).gif ControlTipText Returns and sets a String that specifies text that appears when the user briefly holds the mouse pointer over a control without clicking. Read/write.
Bb176981.properties(en-us,office.12).gif Cycle Returns or sets an Integer that specifies whether cycling includes controls nested in a MultiPage. Read/write.
Bb176981.properties(en-us,office.12).gif Enabled Returns or sets a Boolean that specifies whether a control can receive the focus and respond to user-generated events. Read/write.
Bb176981.properties(en-us,office.12).gif Index Returns or sets an Integer that specifies the position of a Page object in a Pages collection. Read/write.
Bb176981.properties(en-us,office.12).gif InsideHeight Returns a Long that specifies the height, in points, of the client region inside a Page. Read-only.
Bb176981.properties(en-us,office.12).gif InsideWidth Returns a Long that specifies the width, in points, of the client region inside a Page. Read-only.
Bb176981.properties(en-us,office.12).gif KeepScrollBarsVisible Returns or sets an Integer that specifies whether scroll bars remain visible when not required. Read/write.
Bb176981.properties(en-us,office.12).gif Name Returns or sets a String that specifies the name of an object. Read/write.
Bb176981.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified page. Read-only.
Bb176981.properties(en-us,office.12).gif Picture Returns a String that specifies the full path name of a bitmap to display on a control. Read-only.
Bb176981.properties(en-us,office.12).gif PictureAlignment Returns or sets an Integer that specifies the location of a background picture. Read/write.
Bb176981.properties(en-us,office.12).gif PictureSizeMode Returns or sets an Integer that specifies how to display the background picture on a page. Read/write.
Bb176981.properties(en-us,office.12).gif PictureTiling Returns or sets a Boolean that specifies whether a picture is repeated across the background of the object. Read/write.
Bb176981.properties(en-us,office.12).gif ScrollBars Returns or sets an Integer that specifies whether a page has vertical scroll bars, horizontal scroll bars, or both. Read/write.
Bb176981.properties(en-us,office.12).gif ScrollHeight Returns or sets a Single that specify the height, in points, of the total area that can be viewed by moving the scroll bars on the Page. Read/write.
Bb176981.properties(en-us,office.12).gif ScrollLeft Returns or sets a Single that specifies the distance, in points, of the left edge of the visible form from the left edge of the Page. Read/write.
Bb176981.properties(en-us,office.12).gif ScrollTop Returns or sets a Single that specifies the distance, in points, of the top edge of the visible form from the top edge of the Page. Read/write.
Bb176981.properties(en-us,office.12).gif ScrollWidth Returns or sets a Single that specify the width, in points, of the total area that can be viewed by moving the scroll bars on the Page. Read/write.
Bb176981.properties(en-us,office.12).gif Tag Returns or sets a String that specifies additional information about an object. Read/write.
Bb176981.properties(en-us,office.12).gif VerticalScrollBarSide Returns or sets an Integer that specifies whether a vertical scroll bar appears on the right or left side of a page. Read/write.
Bb176981.properties(en-us,office.12).gif Visible Returns or sets a Boolean that specifies whether a Page is visible or hidden. Read/write.
Bb176981.properties(en-us,office.12).gif Zoom Returns or sets an Integer that specifies the percentage to increase or decrease the displayed image. Read/write.