BB FlashBack SDK: FBPlayer

SetFullScreenMonitor

Description

FBPlayer can play the movie back in fullscreen mode in a secondary monitor, with its toolbars displayed on the primary monitor. The SetFullScreenMonitor property sets the index of the 'fullscreen' monitor.

Syntax

[C#/C++]
Public void SetFullScreenMonitor (long index);

[VB.NET]
public Sub SetFullScreenMonitor (ByVal index as Integer)

Parameters

Index (out): the index of the fullscreen monitor.

Remarks

Use GetMonitorInfo and MonitorCount to get information on monitors when setting the 'fullscreen' monitor.

See Also

FBPlayer::MonitorsCount  FBPlayer::SetFullScreenMonitor