T
Tom Baxter
Hi everyone,
I'm having a hard time figuring out how to set the ClientRectangle in a
custom control I'm writing. Since ClientRectangle has no setter property I
cannot change it directly.
The idea is that inheritors of this custom control should be limited to
drawing in the client portion of the control. As it is now, the entire
control surface is the client rectangle. I want the client rectangle to be a
small portion of the control.
Thanks
I'm having a hard time figuring out how to set the ClientRectangle in a
custom control I'm writing. Since ClientRectangle has no setter property I
cannot change it directly.
The idea is that inheritors of this custom control should be limited to
drawing in the client portion of the control. As it is now, the entire
control surface is the client rectangle. I want the client rectangle to be a
small portion of the control.
Thanks