c# - How to check if slideshow is running -


i want check if slideshow running. here code:

private void checkslideshow() {     if (globals.thisaddin.application.activepresentation.slideshowwindow.active == msotrue)     {     //slideshow running     } } 

i error: the name 'msotrue' not exist in current context

what msotrue , need write here ... == ?

write msotristate.msotrue http://msdn.microsoft.com/en-us/library/ms251168.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -