custom tool with text input with Corel Draw X8

I want to create a custom tool that takes a text input.

e.g I click it then type something and press enter. This will then perform an action of sorts.

Is this possible?
I have read the vague tutorial on custom tools and made the zig zag.

Also, Is there more information about the required guids and attributes for various customisations?

Parents
No Data
Reply
  • That 'text input' should be some typed words or a big enumeration, placed there using Paste, to be sorted? Or just a word to be used in order to customize something?
    Isn't InputBox good enough for your need? After pressing OK button it does whatever you tell it by code...
    Do you wont to create such a tool in C# and place it between standard tools of Corel?
    Besides the text input ability what else this tool should do?
Children
No Data