BB FlashBack SDK: FBPlayer

DisableFullScreenDblClick

Description

FBPlayer can switch to fullscreen mode (where the movie is played back fullscreen and the toolbars hidden) when the movie area is double clicked. This property controls whether a double click switches modes.

By default it is set to True. To enable switch to fullscreen on double click, set it to False.

Syntax

[C#/C++]
public Bool DisableFullScreenDblClick;

[VB.NET]
Public Property DisableFullScreenDblClick As Boolean