DisplayTarget.IsVirtualModeEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean value indicating whether this target supports virtual modes.
public:
property bool IsVirtualModeEnabled { bool get(); };
bool IsVirtualModeEnabled();
public bool IsVirtualModeEnabled { get; }
var boolean = displayTarget.isVirtualModeEnabled;
Public ReadOnly Property IsVirtualModeEnabled As Boolean
Property Value
Boolean
bool
true
if this target supports virtual modes, otherwise false
.