FormRegion.Visible property (Outlook)

Returns or sets a Boolean value that indicates whether the form region is visible or hidden. Read/write.

Syntax

expression.Visible

expression A variable that represents a 'FormRegion' object.

Remarks

True if the form region is visible; False if it is hidden. The default is True.

Use the Visible property to control access to information without displaying it in a form region.

See also

FormRegion Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.