Gets or sets a value indicating whether the presentation toolbar is visible in the presentation.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public bool ShowToolbar { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ShowToolbar As Boolean |
Field Value
trueTruetruetrue (True in Visual Basic) is the toolbar is displayed when presenting, otherwise, falseFalsefalsefalse (False in Visual Basic).
Remarks
When the presentation is in full-screen presentation mode, a toolbar can be displayed in the upper-left of the display
that includes buttons for controlling the presentation. The toolbar can be hidden by setting ShowToolbar to false.