BB FlashBack SDK: FBExportToEXEParams

Fullscreen

Description

When Fullscreen is set to True, the EXE export occupies the full screen when opened.

Syntax

[C#/C++]
public Bool Fullscreen

[VB.NET]
Public Fullscreen As Boolean

Remarks

Setting this property to True means the EXE export opens in fullscreen mode - the toolbar is displayed but the menus are hidden. The user can switch between fullscreen and normal mode via a button on the toolbar.

Note: setting this to True overrides player sizes set by the WindowSize, Height and Width properties.