-api-id | -api-type |
---|---|
P:Windows.UI.ViewManagement.ApplicationView.IsScreenCaptureEnabled |
winrt property |
Gets or sets whether screen capture is enabled for the window (app view).
true if screen capture is enabled for the window; false if it is not.
This property lets you protect against unwanted copies of the window. When screen capture is disabled for a window, the window appears black in images produced by screen capture operations. For an example of setting the isScreenCaptureEnabled property, see the Disable screen capture sample.
The property is a nonstatic member of the window object. For JavaScript, this means that it is a method of the window object that getForCurrentView creates, not of the ApplicationView class.