Maybe it's just late but I'm having some trouble with custom control concepts.

Do I understand this correctly? If you define a custom control, you are responsible for defining all events and properties, even if it inherits from an existing control that has the events you want? (ie - none of the parent's basic events are exposed available automatically?)

RE: Big picture question - Custom control concepts by BChernick

BChernick
Mon Jun 21 22:33:01 CDT 2004

Forget it. I must be tired. (I was trying to modify Bob Powell's transparent control. After I moved it to a separate control library and recompiled, I was able to access all the expected events in a normal fashion. Still fiddling with the graphics though.)

"B. Chernick" wrote:

> Maybe it's just late but I'm having some trouble with custom control concepts.
>
> Do I understand this correctly? If you define a custom control, you are responsible for defining all events and properties, even if it inherits from an existing control that has the events you want? (ie - none of the parent's basic events are exposed available automatically?)
>
>