S
Sam Sungshik Kong
Hello!
While using panel control, I wondered a thing.
Panel class is subclass of Control class.
Control class has KeyPress event and Focus() method, etc...
Then Panel class must have them.
I guess it *has* then behind even if they are not meaningful.
However, the code complete tool doesn't show them when I type panel1.(code
complete list).
Actually I can type panel1.Focus() without any compilation error.
It has no effect, thought.
What's going on?
Is it VS function or language feature to hide the meaningless
methods/proeprties?
Thanks.
Sam
While using panel control, I wondered a thing.
Panel class is subclass of Control class.
Control class has KeyPress event and Focus() method, etc...
Then Panel class must have them.
I guess it *has* then behind even if they are not meaningful.
However, the code complete tool doesn't show them when I type panel1.(code
complete list).
Actually I can type panel1.Focus() without any compilation error.
It has no effect, thought.
What's going on?
Is it VS function or language feature to hide the meaningless
methods/proeprties?
Thanks.
Sam