KeyStep

Gets and sets a Boolean that determines whether a step is a key step, used to mark “chapter” headings. When playing back a presentation with key steps users can quickly jump from one chapter to another using the Previous and Next buttons on the Playback panel.

 

JavaScript

 

KeyStep

 

C#

 

bool KeyStep { get; set; }

 

C++

 

HRESULT KeyStep([out, retval] VARIANT_BOOL* pVal)

HRESULT KeyStep([in] VARIANT_BOOL pVal)