Description

Get or set the visibility of a dialog.

Property type

A Boolean value.  

Syntax

object.Visible [= value]

The Visible Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McCommandDialog.
valueA Boolean value.

Remarks

Setting Visible to True is equivalent to calling Show, setting Visible to False is equivalent to calling Hide.