| AudioConverterCheckLicense Method  | 
 
            Check the user license of the component. 
            
 
    Namespace: 
   CSAudioConverter
    Assembly:
   CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
 Syntax
Syntaxpublic bool CheckLicense(
	bool DisplayRegistrationWindow = true
)
Public Function CheckLicense ( 
	Optional DisplayRegistrationWindow As Boolean = true
) As Boolean
Dim instance As AudioConverter
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
See Also