I want a special TextBox (May be RichTextBox) in to which I need to type lot of text and predefined fields. When I enter a special char '[' I need to get a VS like intellisense popup and mark the inserted text in a special manner like below
So please suggest me a way to make the inserted field selectable as in word. so the double click on the field can bring the popup again and delete on selection should delete the entire field.
The intellisense part is working for me by adding a PopUp control below the TextBox.