BB FlashBack SDK: FBExportToEXEParams

ShowToolbar

Description

EXE exports can contain playback controls that allow the user to stop, pause, resume playback and jump to any point in the movie.

The ShowToolbar property sets the visibility of the toolbar. Functions available from the toolbar are:

  • Jump to start of movie

  • Jump to end of movie

  • Pause/Play

  • Stop and return to start

  • A 'timeline' control that enables jumping to any point in the movie

  • Volume adjustment

  • Button to toggle fullscreen mode

Note: Even when hidden, the toolbar can be unhidden via the View menu in the EXE player. Set ShowToolbar to False and DisableToolbar to True to ensure that the toolbar is hidden and cannot be unhidden.

Syntax

[C#/C++]
public: Bool ShowToolbar

[VB.NET]
Public Property ShowToolbar As Boolean
 

See Also

FBExportToEXEParams::DisableToolbar