Framework.CanAutomaticallyChangeMonitor Property

Language:

Sets or retrieves if the current adapter can automatically change monitors.

Definition

Visual Basic Public Property CanAutomaticallyChangeMonitor As Boolean
C# public bool CanAutomaticallyChangeMonitor { get; set; }
C++ public:
property bool CanAutomaticallyChangeMonitor {
        bool get();
        void set(bool value);
}
JScript public function get CanAutomaticallyChangeMonitor() : boolean
public function set CanAutomaticallyChangeMonitor(boolean);

Property Value

System.Boolean
A value that is set to true if the current adapter can automatically change monitors; otherwise, false.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center