EditMode property



The mode in which the presentation is diplayed on the screen. There are two possible mode: Screen Show and Edit modes.

Syntax

Set:     Presentation.setEditMode(isEditMode)
Get: isEditMode = Presentation.getEditMode()

Applies to

Presentation object.

Data type

boolean. Determines whether the screen is in edit mode or not (screen show mode).

See Also
editMode PARAM tag