Method OnMouseEvent
OnMouseEvent(Mouse, bool)
Handle mouse events before HostControl e.g. to make mouse events like report/click apply to the autocomplete control instead of changing the cursor position in the underlying text view.
bool OnMouseEvent(Mouse me, bool fromHost = false)
Parameters
Returns
- bool
trueif the mouse can be handledfalseotherwise.