Gets or sets the current presentation mode.

Namespace:  ESRI.ArcGISExplorer.Application
Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public PresentationMode PresentationMode { get; set; }
Visual Basic (Declaration)
Public Property PresentationMode As PresentationMode

Field Value

One of the PresentationMode values which defines the presentation mode of the application.

Remarks

There are three distinct modes the presentation can be in defined by PresentationMode.

Changing the presentation mode will display the presentation editing tools (Editing), put the application in full-screen presentation mode (Presenting), or hide the presentation editing tools (None).

Examples

The following demonstrates how you can start a full-screen presentation by setting the presentation mode to Presenting.
CopyC#
ESRI.ArcGISExplorer.Application.Application.Presentation.PresentationMode = PresentationMode.Presenting;
CopyVB.NET
ESRI.ArcGISExplorer.Application.Application.Presentation.PresentationMode = PresentationMode.Presenting

See Also

Relate Topics:
  CurrentSlide Property
  PresentationOptions Property
  Slides Property
  SlideTitle Property
Created by Atop CHM to web converter,© 2009 all right reserved.