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
 
Top