A
A
ArcanumXt2017-08-23 19:40:43
C++ / C#
ArcanumXt, 2017-08-23 19:40:43

How to make it so that after hovering with the OnMouseOver function, the image disappears when the cursor moves from the element?

When hovering over an element with the OnMouseOver function, an image is displayed, but if the cursor is moved to another element, the image does not disappear. How can I make the image disappear when the cursor moves outside the element? JS seems to have a MouseOut function, but how can this be done in C#?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2017-08-23
@ArcanumXt

You need OnMouseEnter and OnMouseExit. And the ability to google.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question