Click or drag to resize

ID3TagsCheckLicense Method

Check the user license of the component.

Namespace:  CSID3Tags
Assembly:  CSID3Tags (in CSID3Tags.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool CheckLicense(
	bool DisplayRegistrationWindow = true
)

Parameters

DisplayRegistrationWindow (Optional)
Type: SystemBoolean
Display the registration form or not.

Return Value

Type: Boolean
True if the license is OK, false if not.
See Also