如何检查幻灯片是否正在运行

时间:2014-04-22 16:35:37

标签: c# powershell

我想检查幻灯片是否正在运行。这是我的代码:

private void checkSlideShow()
{
    if (Globals.ThisAddIn.Application.ActivePresentation.SlideShowWindow.Active == msoTrue)
    {
    //slideshow is running
    }
}

我收到此错误:The name 'msoTrue' does not exist in the current context

什么是msoTrue以及我需要写的内容...... ==?

1 个答案:

答案 0 :(得分:1)

http://msdn.microsoft.com/EN-US/library/ms251168撰写MsoTriState.msoTrue