Is it possible to disable textbox from selecting part of text through double-click.
Posted
by leon
on Stack Overflow
See other posts from Stack Overflow
or by leon
Published on 2010-05-18T05:12:07Z
Indexed on
2010/05/18
6:40 UTC
Read the original article
Hit count: 199
The default behaviour of doubleclicking in a textbox is select part of text. I wanna override it with selecting a word. But I found handling the doubleclick event(or override the OnDoubleClick method) actually do the default behaviour first, then execute my code. Is it possible to disable the default behaviour.
© Stack Overflow or respective owner