there is any way to set toolbar tools Right to Left I use Netadvantage version 10.1
You can add a LabelTool with no caption before the tools for the right side. Set the InstanceProps.Spring property of the LabelTool to True and make sure the Settings.FillEntireRow of the Toolbar is set to True. At run-time, the LabelTool will stretch the free space of the toolbar and this will push the tools to the right of it to the right side of the toolbar.
Thank you this is a good idea and work fine
but how can I set caption to the left of image not on the right
You can only do this for all tools on a toolbar. You can set the UltraToolbar.Settings.CaptionPlacement to LeftOfImage.
thank you that's what I needed