BB FlashBack SDK: FBExportToEXEParams

DisableToolbar

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 DisableToolbar property sets whether the user can hide and unhide the toolbar via an option on the View menu on the EXE export player.

Visibility of the toolbar is set via the ShowToolbar property.

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

 

Syntax

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

[VB.NET]
Public Property DisableToolbar As Boolean
 

See Also

FBExportToEXEParams::ShowToolbar