Visible Property
Outlook Developer Reference |
Returns or sets a Boolean that specifies whether a control is visible or hidden. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.Visible
expression A variable that represents an Outlook control object.
Remarks
True if the control is visible (default); False if the control 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 controls are visible at design time.