Icon Visible Property

property Visible: Boolean

Available In: Visual Client Applications

Indicates whether the control is visible or not. Setting this property to False causes the Hide method to be called, whereas setting this property to True causes the Show method to be called. The default value is True.
Image