Home > Common Problem > What does visible mean in VB

What does visible mean in VB

藏色散人
Release: 2020-09-15 11:41:22
Original
16725 people have browsed it

Visible in VB means visible. In VB, all controls with interfaces have the visible attribute, which means they are invisible or not displayed. Visual Basic (VB for short) is a general-purpose, object-based programming language developed by Microsoft.

What does visible mean in VB

#What does visible in VB mean?

Visible in VB means visible. visible has this attribute on all controls with interfaces.

In layman's terms, it means invisible or visible.

For example:

text1.visible=false '把text1隐藏起来
Copy after login

You can add in the button's CLICK event:

text1.visible=true'于是text1又重新显出。
Copy after login

The above is the detailed content of What does visible mean in VB. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Click on the web page tab (if visible)
From 1970-01-01 08:00:00
0
0
0
Center image if other images are not visible
From 1970-01-01 08:00:00
0
0
0
CSS nth-chlld only works on visible elements?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template