AudioCDBurnerCheckLicense Method |
Check the user license of the component.
Namespace:
CSAudioCDBurner
Assembly:
CSAudioCDBurner (in CSAudioCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool CheckLicense(
bool DisplayRegistrationWindow = true
)
Public Function CheckLicense (
Optional DisplayRegistrationWindow As Boolean = true
) As Boolean
Dim instance As AudioCDBurner
Dim DisplayRegistrationWindow As Boolean
Dim returnValue As Boolean
returnValue = instance.CheckLicense(DisplayRegistrationWindow)
member CheckLicense :
?DisplayRegistrationWindow : bool
(* Defaults:
let _DisplayRegistrationWindow = defaultArg DisplayRegistrationWindow true
*)
-> bool
public boolean CheckLicense(
boolean DisplayRegistrationWindow = true
)
public function CheckLicense(
DisplayRegistrationWindow : boolean
) : boolean
function CheckLicense(DisplayRegistrationWindow);
Parameters
- DisplayRegistrationWindow (Optional)
- Type: SystemBoolean
Display the registration form or not.
Return Value
Type:
BooleanTrue if the license is OK, false if not.
See Also