Visible property
Returns or sets a value that indicates whether or not the object is visible at runtime. Read/write. Boolean.
When this property is set to False at design-time, the object remains visible until the display is
run
.Syntax
element
.Visible
[ = value]
where
element
– is the name of a graphic element object or an expression that evaluates to a graphic element object.value
– is a Boolean value that determines whether or not the object is visible.Provide Feedback