Value: 8
Virtual display flag: Only show this display's own content; do not mirror the content of another display.
This flag is used in conjunction with DisplayManager.VirtualDisplayFlagPublic. Ordinarily public virtual displays will automatically mirror the content of the default display if they have no windows of their own. When this flag is specified, the virtual display will only ever show its own content and will be blanked instead if it has no windows.
This flag is mutually exclusive with DisplayManager.VirtualDisplayFlagAutoMirror. If both flags are specified then the own-content only behavior will be applied.
This behavior of this flag is implied whenever neither DisplayManager.VirtualDisplayFlagPublic nor DisplayManager.VirtualDisplayFlagAutoMirror have been set. This flag is only required to override the default behavior when creating a public display.