In the example listed at http://www.telerik.com/help/winforms/editors-autocompletetextbox-creating-custom-blocks.html . At the very bottom you have some code for
Only new textblocks created are formatted with the new style. These 3 text blocks 'Euro' 'USD' and 'GBP' are in the old format. The TextBlockFormatting code is not listed.
I need this to finish up my custom TextBlock.
Thanks
radAutoCompleteBox1.TextBlockFormatting +=
new
TextBlockFormattingEventHandler(radAutoCompleteBox1_TextBlockFormatting);
this
.radAutoCompleteBox1.Text =
"Euro;USD;GBP;"
;
Only new textblocks created are formatted with the new style. These 3 text blocks 'Euro' 'USD' and 'GBP' are in the old format. The TextBlockFormatting code is not listed.
I need this to finish up my custom TextBlock.
Thanks