Hi All,
I am using CSBuilder to mark a specific text in a string,
the marked text is a phone number which in the click event of the CSBuilder,
I need to dial to the phone number.
The problem is that I have two click events one for the CSBuilder
and the other is on the label which the CSBuilder text is displayed on.
Now the first event fired is the Label_click, and I need to know if the user clicked on the marked text
or on the label.
Is there any solution for that issue?
Thanks in advance