I have enabled the Click event for an ultraTextEditor, but it activates only if you click on the actual border of the text box drawn. Its as if the Editor object occludes the text area, and a Click event cannot be enabled for it, I think. Can anyone tell me how to get around this so that a click anywhere on the textbox is honored?
Hi,
UltraTextEditor1 is the name of the textbox. Do you need any additional assistance regarding this sample?
Can you please suggest me where should i write it down this code i.e. in which event?
Is the UltraTextEditor is my textbox name?
reply me ASAP.
Hi Dave,
The KB article that I linked above has both a C# and a VB sample attached to it.
Do you have the VB.Net equivalent to this?
Thanks,
Dave Schuricht
FAQ:Mouse events such as MouseDown, MouseUp, and DoubleClick do not fire for an UltraWinEditor it is in edit mode.