Differentiate between enabled and visible property of check box control.
Answers
Answered by
21
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.
Enabled/Disable means that for instance if the object is Disabled, it's still visible but the user cannot interact with it. This means, that if code is executed for the control that is disabled, nothing will change to that control.
hope it helps u
Enabled/Disable means that for instance if the object is Disabled, it's still visible but the user cannot interact with it. This means, that if code is executed for the control that is disabled, nothing will change to that control.
hope it helps u
amrata78:
Plz don't msg. I am not interested to talk with you. U r a stupid boy.
Answered by
27
Visible means that the property can be used, but is not visible in the graphical user interface.
Enabled/Disable means that for instance if the object is Disabled, it's still visible but the user cannot interact with it. This means, that if code is executed for the control that is disabled, nothing will change to that control.
Enabled/Disable means that for instance if the object is Disabled, it's still visible but the user cannot interact with it. This means, that if code is executed for the control that is disabled, nothing will change to that control.
Similar questions