S
SamSpade
If I have a class that inherits from, say RichTextBox and in the derived
class I refer to Handle, does it refer to the RichTextBox class or the
derived class?
I'm wondering if the derived class gets it's own handle or is there only one
for both classes (after all there is only one window)?
Thanks
class I refer to Handle, does it refer to the RichTextBox class or the
derived class?
I'm wondering if the derived class gets it's own handle or is there only one
for both classes (after all there is only one window)?
Thanks