InterviewSolution
Saved Bookmarks
| 1. |
Difference between enable and visible property in visual basic |
|
Answer» means that the property can be used, but is not visible in the graphical user interface. Enabled/Disable means that FORINSTANCE if the object is DISABLED, it's still visible but the user cannot INTERACT with it. |
|