SetDisplayFullScreen
Delphi
procedure SetDisplayFullScreen (DisplayIndex: LongInt; Value: Boolean);
C++Builder
void __fastcall SetDisplayFullScreen(System::LongInt DisplayIndex, bool Value);
C#
public void SetDisplayFullScreen(int DisplayIndex, bool Value);
VB.NET
Public Sub SetDisplayFullScreen(DisplayIndex As Integer, Value As Boolean)
Displays the preview window in full screen mode.
If enabled, the preview window is displayed in full screen mode when the preview, recording or play back starts.
To exit from the full screen mode disable this property or press the
In full screen mode all keystrokes are returned by the OnKeyPress event.
The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).