Share via


TabStrip Object Members

Outlook Forms Script Reference

Presents a set of related controls as a visual group.

Properties

  Name Description
Bb176987.properties(en-us,office.12).gif BackColor Returns or sets a Long that specifies the background color of the object. Read/write.
Bb176987.properties(en-us,office.12).gif ClientHeight Returns a Single value that represents the height dimension of the display area of a TabStrip. Read-only.
Bb176987.properties(en-us,office.12).gif ClientLeft Returns a Single value that represents the location of the left edge of the display area of a TabStrip. Read-only.
Bb176987.properties(en-us,office.12).gif ClientTop Returns a Single value that represents the location of the top edge of the display area of a TabStrip. Read-only.
Bb176987.properties(en-us,office.12).gif ClientWidth Returns a Single value that represents the width dimension of the display area of a TabStrip. Read-only.
Bb176987.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.
Bb176987.properties(en-us,office.12).gif ForeColor Returns or sets a Long that specifies the foreground color of an object. Read/write.
Bb176987.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.
Bb176987.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.
Bb176987.properties(en-us,office.12).gif MultiRow Returns or sets a Boolean taht specifies whether the control has more than one row of tabs. Read/write.
Bb176987.properties(en-us,office.12).gif SelectedItem Returns an Object that indicates the currently selected Tab object. Read-only.
Bb176987.properties(en-us,office.12).gif Style Returns or sets an Integer that identifies the style of the tabs on the control. Read/write.
Bb176987.properties(en-us,office.12).gif TabFixedHeight Returns or sets a Single that represents the height in points of the tabs on a TabStrip. Read/write
Bb176987.properties(en-us,office.12).gif TabFixedWidth Returns or sets a Single that represents the width in points of the tabs on a TabStrip. Read/write
Bb176987.properties(en-us,office.12).gif TabOrientation Returns or sets an Integer that specifies the location of the tabs on a TabStrip. Read/write.
Bb176987.properties(en-us,office.12).gif Value Returns or sets a Variant that indicates the currently active tab. Read/write.

Events

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