Visible Property (IShape)
Gets or sets a boolean value that determines whether the shape is visible.
'Declaration
Property Visible As Boolean
'Usage
Dim instance As IShape
Dim value As Boolean
instance.Visible = value
value = instance.Visible
Property Value
true
if the shape is visible; otherwise,
false
.