Specifies whether a component is visible.

Property of

All form components.

Description

Use the visible property to conditionally hide a component. You may also disable a component without making it invisible by setting its enabled property to false. This makes the component appear grayed-out. Depending on the application, it may be more appropriate to completely hide something when it’s not needed rather than keeping it visable when the user can do nothing with it.