Framework.CanAutomaticallyChangeMonitor Property (CanAutomaticallyChangeMonitor)

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. 
Show: