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.

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



Discussion

No Comment Found