I have a BitBtn that initially has no Bitmap on it. Then, I load one
in. All is still good. But then when I try to take the bitmap off
again, the image does in fact disappear, but the button caption is no
longer centered. It's pushed off to the side as if there were still an
image there. Anyone know how to push the text back where it belongs?
I've tried a little bit of everything without luck:
BitBtn->Glyph->Dormant();
BitBtn->Glyph->FreeImage();
BitBtn->Glyph->ReleaseHandle();
BitBtn->Realign();
BitBtn->Repaint();
BitBtn->Update();
Thanks
Kyle