Skip to content

ScreenRecordingWithCursor

property

Delphi
property ScreenRecordingWithCursor: Boolean read GetScreenRecordingWithCursor write SetScreenRecordingWithCursor  default DEF_ScreenRecordingWithCursor;
C++Builder
__property bool ScreenRecordingWithCursor = {read=GetScreenRecordingWithCursor, write=SetScreenRecordingWithCursor, default=1};
C#
public bool ScreenRecordingWithCursor { get; set; }
VB.NET
Public Property ScreenRecordingWithCursor As Boolean
C++/Qt
BOOL GetScreenRecordingWithCursor ();
void SetScreenRecordingWithCursor (BOOL Value);

Enables the cursor recording during the screen recording. When disabled, the cursor does not appear.