Share via


Frame Object Members

Outlook Forms Script Reference

Represents a functional and visual control group.

Methods

  Name Description
Bb176975.methods(en-us,office.12).gif Copy Copies the contents of an object to the Clipboard.
Bb176975.methods(en-us,office.12).gif Cut Removes selected information from an object and transfers it to the Clipboard.
Bb176975.methods(en-us,office.12).gif Paste Transfers the contents of the Clipboard to an object.
Bb176975.methods(en-us,office.12).gif RedoAction Reverses the effect of the most recent Undo action.
Bb176975.methods(en-us,office.12).gif Repaint Updates the display by redrawing the frame.
Bb176975.methods(en-us,office.12).gif Scroll Moves the scroll bar on an object.
Bb176975.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.
Bb176975.methods(en-us,office.12).gif UndoAction Reverses the most recent action that supports the Undo command.

Properties

  Name Description
Bb176975.properties(en-us,office.12).gif ActiveControl Returns an Object that has the focus. Read-only.
Bb176975.properties(en-us,office.12).gif BackColor Returns or sets a Long that specifies the background color of the object. Read/write.
Bb176975.properties(en-us,office.12).gif BorderColor Returns or sets a Long that specifies the border color of an object. Read/write.
Bb176975.properties(en-us,office.12).gif BorderStyle Returns or sets an Integer that specifies the type of border of the control. Read/write.
Bb176975.properties(en-us,office.12).gif CanPaste Returns a Boolean that specifies whether the Clipboard contains data that the object supports. Read-only.
Bb176975.properties(en-us,office.12).gif CanRedo Returns a Boolean that specifies if the most recent Undo can be reversed. Read-only.
Bb176975.properties(en-us,office.12).gif CanUndo Returns a Boolean that specifies whether the last user action can be undone. Read-only.
Bb176975.properties(en-us,office.12).gif Caption Returns or sets a String that appears on an object to identify or describe it. Read/write.
Bb176975.properties(en-us,office.12).gif Cycle Returns or sets an Integer that specifies whether cycling includes controls nested in a Frame. Read/write.
Bb176975.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.
Bb176975.properties(en-us,office.12).gif ForeColor Returns or sets a Long that specifies the foreground color of an object. Read/write.
Bb176975.properties(en-us,office.12).gif InsideHeight Returns a Long that specifies the height, in points, of the client region inside a Frame. Read-only.
Bb176975.properties(en-us,office.12).gif InsideWidth Returns a Long that specifies the width, in points, of the client region inside a Frame. Read-only.
Bb176975.properties(en-us,office.12).gif KeepScrollBarsVisible Returns or sets an Integer that specifies whether scroll bars remain visible when not required. Read/write.
Bb176975.properties(en-us,office.12).gif MouseIcon Returns a String that represents the full path name of a custom icon that is to be assigned to the control. Read-only.
Bb176975.properties(en-us,office.12).gif MousePointer Returns or sets an Integer that specifies the type of pointer displayed when the user positions the mouse over a particular object. Read/write.
Bb176975.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.
Bb176975.properties(en-us,office.12).gif PictureAlignment Returns or sets an Integer that specifies the location of a background picture. Read/write.
Bb176975.properties(en-us,office.12).gif PictureSizeMode Returns or sets an Integer that specifies how to display the background picture on a Frame. Read/write.
Bb176975.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.
Bb176975.properties(en-us,office.12).gif ScrollBars Returns or sets an Integer that specifies whether a control has vertical scroll bars, horizontal scroll bars, or both. Read/write.
Bb176975.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 Frame. Read/write.
Bb176975.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 Frame. Read/write.
Bb176975.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 Frame. Read/write.
Bb176975.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 Frame. Read/write.
Bb176975.properties(en-us,office.12).gif SpecialEffect Returns or sets an Integer that specifies the visual appearance of an object. Read/write.
Bb176975.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 frame. Read/write.
Bb176975.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.

Events

  Name Description
Bb176975.events(en-us,office.12).gif Click Occurs when the user clicks inside the control.