Hiding and showing buttons on the toolbar at runtime

G

G. Tarazi

Hi



We have a form that needs to hide the toolbar submit button based on event during runtime, is it possible?



Thanks
 
S

Scott Roberts [MSFT]

Hello,

Yes, you can do that. You can manipulate the toolbars and menus through the CommandBars property of the Window object. However, security requires that your form be fully trusted to use that property. There may be other ways to do this depending on your scenario. Can you describe in more detail what your form is doing?

"G. Tarazi" <Tarazi (at) LiveTechnologies.ca> wrote in message Hi



We have a form that needs to hide the toolbar submit button based on event during runtime, is it possible?



Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top