Hello,
I'm using .net 2 C#.
I would like to change the layout of the Disable so it will looks like
it is enable but the user will not be able to focus on the control nor
entring him with keyboard, mouse or by code.
i know that i can catch the enter event or something like that but
doing so will cause raising chain of events (leaving the other control,
entering this one and moving to an other).
If there is no way to change the view of control while they are disable
(so they will look like they are enabled). i would like to add property
that will allow me to prevent users from entering my control (exacly as
enable/disable but using custom property).
Thanks in advance
Eran
|