I know it possible to change the captions of a button on the toolbar during runtime. But what I would like to do is change the caption of a button that was not selected. I have tried button.key = " The name of the button I want to change" and then button.caption="New Caption" but it changes the current button clicked instead.
Thanks
Fri, 15 Aug 2003 12:55:55 GMT
Einstei #2 / 2
Changing toolbar button caption
Figured it out.
Quote:
> I know it possible to change the captions of a button on the toolbar during > runtime. > But what I would like to do is change the caption of a button that was not > selected. > I have tried button.key = " The name of the button I want to change" > and then > button.caption="New Caption" but it changes the current button clicked > instead.