Indicates if the line can be selected as a recording source

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

Syntax

C#
public bool CanBeSelected { get; }
Visual Basic
Public ReadOnly Property CanBeSelected As Boolean
	Get
Visual C++
public:
property bool CanBeSelected {
	bool get ();
}

Return Value

Returns True if the line can be selected as a recording source

See Also