IsSupportLocked Example for C#
//This example uses the predefined variable “DicomKernel”
of type “LEADDicomKernel” from “LEADTOOLS Toolkit”.
private void TestIsSupportLocked ( )
{
if (DicomKernel.IsSupportLocked((short)LTDicomKernelLib.DicomSupportLockConstants.L_SUPPORT_MEDICAL))
MessageBox.Show("No Support");
}