Share via


Tab Object Members

Outlook Forms Script Reference

Represents an individual member of a Tabs collection.

Properties

  Name Description
Bb176985.properties(en-us,office.12).gif Accelerator Returns or sets the accelerator key for the tab. Read/write.
Bb176985.properties(en-us,office.12).gif Caption Returns or sets a String that specifies the text that appears on the tab. Read/write.
Bb176985.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.
Bb176985.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.
Bb176985.properties(en-us,office.12).gif Index Returns or sets an Integer that specifies the position of a Tab object within a Tabs collection. Read/write.
Bb176985.properties(en-us,office.12).gif Name Returns or sets a String that specifies the name of a control. Read/write.
Bb176985.properties(en-us,office.12).gif Tag Returns or sets a String that specifies additional information about an object. Read/write.
Bb176985.properties(en-us,office.12).gif Visible Returns or sets a Boolean that specifies whether an Tab is visible or hidden. Read/write.