InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between enabled and visible property of check box control. |
|
Answer» Visible means that the PROPERTY can be USED, but is not visible in the graphical user INTERFACE. But, if the user were to click a control that edit the objects properties, the object WOULD change EVEN if it isn't visible. |
|