Tab Object Members
Outlook Forms Script Reference |
Represents an individual member of a Tabs collection.
Properties
Name | Description | |
---|---|---|
Accelerator | Returns or sets the accelerator key for the tab. Read/write. | |
Caption | Returns or sets a String that specifies the text that appears on the tab. Read/write. | |
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. | |
Enabled | Returns or sets a Boolean that specifies whether a control can receive the focus and respond to user-generated events. Read/write. | |
Index | Returns or sets an Integer that specifies the position of a Tab object within a Tabs collection. Read/write. | |
Name | Returns or sets a String that specifies the name of a control. Read/write. | |
Tag | Returns or sets a String that specifies additional information about an object. Read/write. | |
Visible | Returns or sets a Boolean that specifies whether an Tab is visible or hidden. Read/write. |