I was working on a package of controls for Builder and i'm stuck with creating a new CheckBox with my own drawing.
I've tried :
class XCheckBox : public TCustomCheckBox
{
....
};
but is not working, the class TCustonCheckBox do not include Canvas, and I can't draw the control.
I need to create a Canvas for the control, and i tried and it didn't work.
Sorry for my English !! ))
I've tried :
class XCheckBox : public TCustomCheckBox
{
....
};
but is not working, the class TCustonCheckBox do not include Canvas, and I can't draw the control.
I need to create a Canvas for the control, and i tried and it didn't work.
Sorry for my English !! ))