Hi,
I'm evaluating an update from SandBar 1.0.11.0 to 1.4.2.1 and I was prompted out bey the compiler that the Close method in Toolbar class doesn't exist. Fine with me, but what should I use instead now ? The Visible property or Hide method or perhaps somethig else ?
Here the explanation of the Close method from SandBar 1.0.11.0 help:
------
Hides the toolbar, whatever its container.
Remarks:
Toolbars can be in more than one different kind of parent, and controlling the visibility of a toolbar via its Visible property is not always appropriate. Using the Close method ensures that the toolbar will be hidden correctly whether it is in a floating window or a container.
------
Thanks in advance for any hint you might have,
Gabi