Skip to content

ScreenRecordingMonitor

property

Delphi
property ScreenRecordingMonitor: LongInt read GetScreenRecordingMonitor write SetScreenRecordingMonitor default DEF_ScreenRecordingMonitor;
C++Builder
__property System::LongInt ScreenRecordingMonitor = {read=GetScreenRecordingMonitor, write=SetScreenRecordingMonitor, default=0};
C#
public int ScreenRecordingMonitor { get; set; }
VB.NET
Public Property ScreenRecordingMonitor As Integer
C++/Qt
int GetScreenRecordingMonitor ();
void SetScreenRecordingMonitor (int Value);

Specifies the monitor to record when using the screen recording and the desktop is extended to several monitors.

Just specify the monitor number (0 for the 1st monitor, 1 for the 2nd monitor, etc)...