Visible Property (IComment)
In This Topic
Gets or sets a boolean value that determines whether the object is visible.
Syntax
'Declaration
Property Visible As Boolean
'Usage
Dim instance As IComment
Dim value As Boolean
instance.Visible = value
value = instance.Visible
See Also