DisplayTarget.IsVirtualModeEnabled Property

Definition

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.

Applies to