This is experimental documentation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum DisplayDeviceStateFlags
<FlagsAttribute> _ Public Enumeration DisplayDeviceStateFlags
[FlagsAttribute] public enum class DisplayDeviceStateFlags
Members
Member | Description |
---|---|
AttachedToDesktop | The device is part of the desktop. |
MultiDriver | |
PrimaryDevice | The device is part of the desktop. |
MirroringDriver | Represents a pseudo device used to mirror application drawing for remoting or other purposes. |
VGACompatible | The device is VGA compatible. |
Removable | The device is removable; it cannot be the primary display. |
ModesPruned | The device has more display modes than its output devices support. |
Remote | |
Disconnect |
Assembly: Asgard5Library (Module: Asgard5Library)