Hi guys,
I have a quite simple requirement: I want a TextBox that allows for adding custom content. E.g. an icon.
Like what can be seen in the "Part Edit Box Item Placement QuickStart".
You provide all kind of PartEditBoxes (int, double, datetime) but the simplest one for strings is unfortunately not available.
Tried to adapt the SSN sample but found it much to complicated for my rather simple requirement.
Can you tell me how to build a custom PartEditBox for type String ??
Tried to derive it, but got stuck.. :
public class TextEditBox : TypeSpecificEditBoxBase<String>
Thanks in advance ...