Sets or returns the currently selected device

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public bool Selected { get; set; }
Visual Basic
Public Property Selected As Boolean
	Get
	Set
Visual C++
public:
property bool Selected {
	bool get ();
	void set (bool value);
}

See Also