Share via


DigitalWindowControl.IsSupported Property

Definition

Gets a boolean value that indicates whether DigitalWindowControl is supported on the capture device.

public:
 property bool IsSupported { bool get(); };
bool IsSupported();
public bool IsSupported { get; }
var boolean = digitalWindowControl.isSupported;
Public ReadOnly Property IsSupported As Boolean

Property Value

Boolean

bool

true if the digital window control is supported; otherwise, false.

Applies to