ShowMediaControls

SlideShowSettings.ShowMediaControls property

Show Media Controls

public bool ShowMediaControls { get; set; }

Examples

[C#]
using (Presentation pres = new Presentation())
{
    pres.SlideShowSettings.ShowMediaControls = true;
}

See Also