Sets/gets special mode for loading a scenario into a Globe control when it is hosted in a Powerpoint slide. When set, the loaded scenario is kept around as the user navigates back and forth between slides in a Powerpoint presentation.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property PptPreloadMode() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_PptPreloadMode(); |
| [Unmanaged C++] |
|---|
public: HRESULT get_PptPreloadMode( |
| [Java] |
|---|
public bool getPptPreloadMode();public void setPptPreloadMode( |
This property should only be set (if desired) when a Globe control is hosted in a Powerpoint presentation. It should never be set when a Globe control is hosted in any other application.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
