AppBroadcastGlobalSettings.IsCursorImageCaptureEnabled Property

Definition

Gets a value indicating whether the cursor image is captured.

public:
 property bool IsCursorImageCaptureEnabled { bool get(); void set(bool value); };
bool IsCursorImageCaptureEnabled();

void IsCursorImageCaptureEnabled(bool value);
public bool IsCursorImageCaptureEnabled { get; set; }
var boolean = appBroadcastGlobalSettings.isCursorImageCaptureEnabled;
appBroadcastGlobalSettings.isCursorImageCaptureEnabled = boolean;
Public Property IsCursorImageCaptureEnabled As Boolean

Property Value

Boolean

bool

True if the cursor image is captured; otherwise, false.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to