Share via


Tab.Visible Property

Outlook Forms Script Reference

Returns or sets a Boolean that specifies whether an Tab is visible or hidden. Read/write.

Syntax

expression.Visible

expression   A variable that represents a Tab object.

Remarks

True to specify the tab is visible (default), False to specify the tab is hidden.

Use the Visible property to control access to information without displaying it. For example, you could use the value of a control on a hidden form as the criteria for a query.

All tabs are visible at design time.

See Also