button text 怎样才能显示在bitmap的右边,而不是默认的下方?

我在MainFrame里加了个CToolBar, create后,loadToolBar, 然后setButtonText,都正常,但是text信息在图片下方,向放置到右方?怎么设置?
[92 byte] By [sanjieling-凌儿] at [2008-1-9]
# 1
SetSizes多少?
vcmute-BCare4H1RestGood9! at 2007-10-19 > top of Msdn China Tech,VC/MFC,基础类...
# 2
原本是:Height16*Width15,如果文字显示在下方则是Height32*Width15,但我希望文字显示在图片右方,所以button的size希望为Height16*Width32
sanjieling-凌儿 at 2007-10-19 > top of Msdn China Tech,VC/MFC,基础类...