IsSupportLocked Example for VB.NET
'This example uses the predefined variable "DicomKernel"
of type "LEADDicomKernel" from "LEADTOOLS Toolkit".
Private Sub TestIsSupportLocked ( )
If (DicomKernel.IsSupportLocked(LTDicomKernelLib.DicomSupportLockConstants.L_SUPPORT_MEDICAL))
Then
MessageBox.Show("No
Support")
End If
End Sub