DisablePresentationControl

Gets and sets a Boolean that determines whether TerraExplorer should hide the onscreen presentation controls when a presentation is played.

JavaScript

 

DisablePresentationControl

 

C#

 

bool DisablePresentationControl { get; set; }

 

C++

 

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

HRESULT DisablePresentationControl([in] VARIANT_BOOL pVal);