This subroutine must be called in order to "register" the control and prevent it from displaying the "DEMO" message.

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

Syntax

C#
public void LicenseControl(
	string LicenseKey,
	string SerialNumber
)
Visual Basic
Public Sub LicenseControl ( _
	LicenseKey As String, _
	SerialNumber As String _
)
Visual C++
public:
void LicenseControl(
	String^ LicenseKey, 
	String^ SerialNumber
)

Parameters

LicenseKey
Type: System..::..String
The provided license key
SerialNumber
Type: System..::..String
The provided serial number

Remarks

If this function is called with the incorrect parameters, the control may crash

See Also