BB FlashBack SDK: FBExportToEXEParams

DisableUserInterface

Description

Setting this property to True disables parts of the interface in the EXE export that contain English language. The exported EXE will contain no menus, error messages or popup hints.

The Language property enables export of fully localised EXEs.

Syntax

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

[VB.NET]
Public Property DisableUserInterface As Boolean
 

See Also

FBExportToEXEParams::Language