Sets or returns the selected recording source
Namespace: NDXVUMeterNETAssembly: 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);
} |
Field Value
Setting this property to True will cause the line to become the selected recording source
Return Value
Returns True if the line is the selected recording source; otherwise will return false
See Also