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

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -