Subject RE: [IBO] TIB_Update Bar
Author Jason Wharton
> I am trying to programatically set the TIB_UpdateBar property
> VisibleButtons
> on the fly.
>
> Any help would be appreciated :-)

Use the source. Obviously there ought to be some code under the hood
working with that property. It's a set property and so you will use set
operators.

Jason