hi guys is it possible to add a custom control/tool in a toolbar.. like a custom ultratexteditor... thanks in advance.. :)
You can add your custom control to the form. Then add a ControlContainerTool to the toolbar and set its Control property to your custom control.
Could you give an example of adding to form then to ControlContainerTool?
Why do you need to add it to the form first?