how can i turn my mouse cursor to laser pointer on powerpoint2010 slideshow with an addins .
by default cursor changes by hloding down Ctrl+LeftMouseKey in SlideShow Mode.
but i want change that by add in code,
i found a property (PointerType) but it not accept somthing like laserPointer:
Application.Presentations[1].SlideShowWindow.View.PointerType = Microsoft.Office.Interop.PowerPoint.PpSlideShowPointerType.ppSlideShowPointerPen;
or can we do it with dirty way :) like keep Ctrl+LeftMouseKey down by code ? ty