/** MouseEnter, public void Method * This Method is launched with an event trigger when the mouse enters the spell icon on the screen **/ public void MouseEnter() { CursorBehaviour.DisplayTooltip(Displayable); }