GraphicsCaptureSession.IncludeSecondaryWindows Property

Definition

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

void IncludeSecondaryWindows(bool value);
public bool IncludeSecondaryWindows { get; set; }
var boolean = graphicsCaptureSession.includeSecondaryWindows;
graphicsCaptureSession.includeSecondaryWindows = boolean;
Public Property IncludeSecondaryWindows As Boolean

Property Value

Boolean

bool

Applies to