Framework.CanAutomaticallyChangeMonitor Property (CanAutomaticallyChangeMonitor)
Sets or retrieves if the current adapter can automatically change monitors.
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);
System.Boolean
This property is read/write.
A value that is set to true if the current adapter can automatically change monitors; otherwise, false.
Show: